Indicates if a footer row should be displayed after each group.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ShowFooter { get; set; }Property Value
Boolean
True if a footer row should be displayed, false otherwise.
Remarks
The footer row displays totals of each field for which
totals are enabled. It can also optionally display a title
(see ShowFooterTitle) and a count of elements
(see ShowFooterCount).
See Also
Reference