TcxCustomGridTableItem.Index Property
In This Article
Specifies the position of the item within the View’s item collection.
#Declaration
Delphi
property Index: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
A View (a TcxCustomGridTableView descendant) provides the Items property which supports a collection of all the items contained within a View. The Index property defines the position of the item within the collection. You can access the items whose data is displayed in a View via the View’s VisibleItems collection. The position of the item in this collection is defined by the VisibleIndex property.
See Also