Gets the string used to format and display resource titles in row headers.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public String getRowTitleFormat () |
A string specifying the display format.
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 |