TcxTreeListBand.Columns Property
In This Article
Provides indexed access to columns associated with the current band.
#Declaration
Delphi
property Columns[Index: Integer]: TcxTreeListColumn read; write;
#Property Value
Type |
---|
Tcx |
#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