Skip to main content

TcxGridBands.VisibleItems Property

Provides indexed access to the collection of visible bands.

Declaration

property VisibleItems[Index: Integer]: TcxGridBand read;

Property Value

Type
TcxGridBand

Remarks

Use the VisibleItems property to access the collection of visible bands within the View which owns the collection. 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