MobileForms Toolkit Documentation

ItemAdvancedComboBox.SelectedIndex Property

Gets or sets the index specifying the currently selected item.

public int SelectedIndex {get; set;}

Property Value

A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.

Remarks

This property indicates the zero-based index of the currently selected item in the combo box list. To deselect the currently selected item, set the SelectedIndex to -1.

See Also

ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace