FormListPickerItem.SelectedItem Property
Gets or sets an object that specifies a data source’s item to which the picker’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 object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The data source item. |
See Also