MindFusion.Java Package Programmer's Guide
ResourceViewSettings.getRowTitleFormat Method
See Also
 






Gets the string used to format and display resource titles in row headers.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public String getRowTitleFormat ()

 Return Value

A string specifying the display format.

 Remarks

The getRowTitleFormat represents raw text containing property references enclosed in curly brackets. The following is an example of a formatting string containing a single reference to a property called Name:

This is {Name}.

The value of the referenced property is obtained from the resource object associated with the row whose title is being formatted with this string.

 See Also

ResourceViewSettings Members
ResourceViewSettings Class
com.mindfusion.scheduling Namespace