Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.Index Property

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