TcxCustomTreeList.VisibleColumns Property
Provides indexed access to visible columns.
Declaration
property VisibleColumns[Index: Integer]: TcxTreeListColumn read; write;
Property Value
Type | Description |
---|---|
TcxTreeListColumn | 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