Search
ResourceViewSettings.getEnableRowTitleFormat Method
See Also
 






Gets a value indicating whether the getRowTitleFormat property will be taken into consideration.

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

 Syntax

Java  Copy Code

public Boolean getEnableRowTitleFormat ()

 Return Value

A Boolean value.

 Remarks

If this property is disabled the title of each row is determined by to the type of resources the view is currently grouped by. If the view is grouped by contacts, the title displays the Contact.getFirstName, Contact.getMiddleName and Contact.getLastName of the contact according to the pattern specified by Calendar.getContactNameFormat. If the view is grouped by locations or resources, the title displays the Resource.getName of the resource. If the view is grouped by tasks, the title displays the Task.getSubject of the task.

 See Also