Skip to main content

TcxGridBands.RootItems Property

Provides indexed access to all the root bands in the current collection.

Declaration

property RootItems[Index: Integer]: TcxGridBand read;

Property Value

Type
TcxGridBand

Remarks

Use the RootItems property to gain access to the collection of root bands contained within the current band collection. 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