ComboBoxEdit.SelectedItem Property
Gets or sets an object that specifies a data source’s item to which the combo box’ selected item corresponds.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
Object | The data source item. |
See Also