Skip to main content

TcxGridBands.Items Property

Provides indexed access to all bands in the current collection.

Declaration

property Items[Index: Integer]: TcxGridBand read; write; default;

Property Value

Type
TcxGridBand

Remarks

Use the Items property to access bands within the current collection. Each 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