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

TcxCustomInplaceEditContainer.ItemIndex Property

Specifies the current item index.

#Declaration

Delphi
property ItemIndex: Integer read;

#Property Value

Type
Integer

#Remarks

As the control may require different editors types, then a specific item must be created for each editor type. Upon creation each item is placed into the items collection. The item index is uniquely identifies it within the collection. So, it can be easily accessed for further work.

Item index is zero-based, so the first control’s item has an index of 0.

See Also