Sets the string used to format and display resource titles in row headers.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public void setRowTitleFormat ( |
A string specifying the display format. Set to null to use the corresponding value from the current theme.
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.
JPlanner Programmer's Guide | © 2023 MindFusion |