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