Back to Devexpress

TcxGridBandedColumnPosition.Band Property

vcl-cxgridbandedtableview-dot-tcxgridbandedcolumnposition.md

latest954 B
Original Source

TcxGridBandedColumnPosition.Band Property

Gets the band to which the banded column is assigned.

Declaration

delphi
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

TcxGridBandedColumnPosition.BandIndex

TcxGridBandedColumnPosition Class

TcxGridBandedColumnPosition Members

cxGridBandedTableView Unit