TcxListBox.ItemIndex Property
Specifies the selected item index.
Declaration
property ItemIndex;
Property Value
Type |
---|
Integer |
Remarks
If the MultiSelect property value is False (a single item can be selected at a time), the ItemIndex property specifies the index of the selected item. Otherwise, the ItemIndex property can be used to determine the focused item (the last one which was selected or deselected). Assigning a value to the ItemIndex property when the MultiSelect property value is True has no visual effect.
See Also