Skip to main content

TcxGridBands.VisibleBottomItems Property

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

Declaration

property VisibleBottomItems[Index: Integer]: TcxGridBand read;

Property Value

Type
TcxGridBand

Remarks

Use the VisibleBottomItems property to gain access to the collection of bottom bands contained within the current band collection which are visible in a View. Unlike the BottomItems property, this property addresses bottom bands that are visible within a View. Each bottom 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