TcxTreeListBand.Columns Property
Provides indexed access to columns associated with the current band.
Declaration
property Columns[Index: Integer]: TcxTreeListColumn read; write;
Property Value
Type |
---|
TcxTreeListColumn |
Remarks
Use the ColumnCount property to determine the number of columns within the Columns collection.
To access a band’s visible columns, use its VisibleColumns zero-based indexed collection.
Note
If a band is not a bottom band, the Columns collection is empty.
See Also