FormPickerViewModel.SelectedItem Property
Gets or sets the item that is selected within the picker.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
Object | The item that is selected within the picker. |
See Also