TcxCustomGridTableItem.VisibleIndex Property
Specifies the position of an item within the collection of items.
Declaration
property VisibleIndex: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
The collection of items displayed within a View is determined by the TcxCustomGridTableView.VisibleItems property. VisibleIndex defines the position of an item within this collection. Visible indexes specify the order in which items are displayed within a View.
See Also