ComboBoxEdit.SelectedIndex Property
Specifies an index of an item in the data source to which the combo box’ selected item corresponds.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The data source item index. |
See Also