Indicates if the footer row should display a count of elements in the group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool ShowFooterCount { get; set; }
Property Value
BooleanTrue if an element count should be displayed, false otherwise.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | When setting this property: Display of footer rows is not enabled. |