TcxTreeListBand.VisibleColumns Property
In This Article
Provides indexed access to individual visible columns.
#Declaration
Delphi
property VisibleColumns[Index: Integer]: TcxTreeListColumn read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Columns within this collection follow each other in consecutive order as they appear in the TreeList control - from left to right, top to bottom.
The column is visible when its Visible property value is True.
To determine the number of visible columns within a band, use the band’s VisibleColumnCount property.
See Also