ComboBoxEdit.SelectedIndex Property
Gets or sets an index of an item in the data source to which the combo box’s selected item corresponds. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int SelectedIndex { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | The data source item index. |
See Also