TcxCustomGridTableItem.VisibleIndex Property
In This Article
Specifies the position of an item within the collection of items.
#Declaration
Delphi
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