Search
ResourceViewSettings.setRowTitleFormat Method
See Also
 






Sets 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 void setRowTitleFormat (
    String value
)

 Parameters

value

A string specifying the display format. Set to null to use the corresponding value from the current theme.

 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