Gets or sets a value indicating whether the RowTitleFormat property will be taken into consideration.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State EnableRowTitleFormat { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableRowTitleFormat As State |
A member of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.
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 FirstName, MiddleName and LastName of the contact according to the pattern specified by ContactNameFormat. If the view is grouped by locations or resources, the title displays the Name of the resource. If the view is grouped by tasks, the title displays the Subject of the task.