TcxTreeListColumn.ItemIndex Property
Specifies the position of the current column within the TreeList control’s Columns collection.
Declaration
property ItemIndex;
Property Value
Type |
---|
Integer |
Remarks
Use this property to perform one of the following:
Modify the column’s position within the TreeList control. Alternatively, you can use the column’s Position or VisibleIndex property.
Obtain the column value within a particular node via the Node.Values property.
See Also