TcxTreeListColumn.VisibleIndex Property
Determines the visible position of the current column within the TreeList control.
Declaration
property VisibleIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the column’s index within the TreeList control’s VisibleColumns collection. For hidden columns, the VisibleIndex property returns -1.
To obtain the total number of elements within the VisibleColumns collection, use the TreeList control’s VisibleCount property.
To access all columns contained within the TreeList control, use the Columns collection. The position of a column in this collection is specified by the column’s ItemIndex property.
See Also