Skip to main content

TcxGridBands.VisibleCount Property

Returns the number of visible bands within a View which owns the current collection.

Declaration

property VisibleCount: Integer read;

Property Value

Type
Integer

Remarks

Use the VisibleCount property to obtain the number of visible bands within the View. The band visibility is determined by the Band.Visible property. If that property value is False, then a band is not visible within the View.

See Also