TcxGridBandedColumnPosition.Band Property
Gets the band to which the banded column is assigned.
Declaration
property Band: TcxGridBand read;
Property Value
Type |
---|
TcxGridBand |
Remarks
The Band property returns the band displaying the current column. The band allows you to define properties common to all columns within the band and to access general band settings. To assign a band to a column, see the BandIndex property.
See Also