RVTDocs.com

ScheduleSortGroupField.ShowFooterTitle

Property
Description:
Indicates if the footer row should display a title.
Remarks:

The title consists of the value of the field that the schedule is grouped by.

ShowFooterTitle can only be enabled if ShowFooter is enabled.

Syntax
public bool ShowFooterTitle { get; set; }
Exceptions
Exception Condition
InvalidOperationException When setting this property: Display of footer rows is not enabled.