Skip to main content
A newer version of this page is available. .

TcxCustomComboBox.ItemIndex Property

Specifies the currently selected item in a combo box dropdown window.

Declaration

property ItemIndex;

Property Value

Type
Integer

Remarks

Use the ItemIndex property to specify which combo box item is selected. This property value is zero-based. If the combo box’s Items collection does not contain any value or no combo box item is selected, the ItemIndex property value is -1. Combo box items can be scrolled by changing the ItemIndex property value even if the combo box dropdown is inactive.

See Also