Skip to main content

TcxTreeListColumnSummary.FooterVisibleCount Property

Returns the number of a column’s footer summaries that are currently visible within the TreeList control.

Declaration

property FooterVisibleCount: Integer read;

Property Value

Type
Integer

Remarks

This property is intended for internal use. This property returns the number of summaries within the FooterSummaryItems collection whose Visible property is set to True.

See Also