Indicates if the footer row should display a count of elements in the group.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ShowFooterCount { get; set; }Property Value
Boolean
True if an element count should be displayed, false otherwise.
Exceptions
Remarks
ShowFooterCount can only be enabled if ShowFooter is enabled.
See Also
Reference