TcxCustomTreeList.VisibleColumns Property
In This Article
Provides indexed access to visible columns.
#Declaration
Delphi
property VisibleColumns[Index: Integer]: TcxTreeListColumn read; write;
#Property Value
Type | Description |
---|---|
Tcx |
A Tree List column whose Visible property is set to |
#Remarks
Use the VisibleColumnCount property to obtain the number of columns accessible through the VisibleColumns
property.
See Also