TcxTreeListColumnPosition.Band Property
In This Article
Provides access to the band containing the column.
#Declaration
Delphi
property Band: TcxTreeListBand read;
#Property Value
Type |
---|
Tcx |
#Remarks
To move a column to another band, use the BandIndex property or the SetPositionEx method.
See Also