Back to Devexpress

ComboBoxEdit.SelectedIndex Property

maui-devexpress-dot-maui-dot-editors-dot-comboboxedit-23f29834.md

latest876 B
Original Source

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

csharp
public int SelectedIndex { get; set; }

Property Value

TypeDefaultDescription
Int32-1

The data source item index.

|

See Also

ComboBoxEdit Class

ComboBoxEdit Members

DevExpress.Maui.Editors Namespace