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

TcxCustomComboBox.ItemIndex Property

Specifies the selected combo box item.

#Declaration

Delphi
property ItemIndex;

#Property Value

Type Description
Integer

The index of the selected combo box item.

-1 indicates that no item is selected or the combo box has no items.

#Remarks

Use the ItemIndex property to switch between combo box items in code, even if the drop-down window is hidden.

#Default Value

The ItemIndex property’s default value is -1.

The default ItemIndex property value indicates that no combo box item is selected.

See Also