Skip to main content

TcxGridBands.VisibleRootItems Property

Provides indexed access to the root bands in the current collection which are visible in a View.

Declaration

property VisibleRootItems[Index: Integer]: TcxGridBand read;

Property Value

Type
TcxGridBand

Remarks

Use the VisibleRootItems property to gain access to the collection of root bands contained within the current band collection which are visible in the View. Unlike the RootItems property, this property addresses the root bands that are visible within the View. Each root band is an instance of the TcxGridBand class. This class contains settings for a specific band: caption, caption text alignment, sets of options & styles, the columns collection, etc.

See Also