FormPickerViewModel.SelectedItems Property
Gets the collection of items that are selected within the picker.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ObservableCollection<object> SelectedItems { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<Object> | The collection of items that are selected within the picker. |
See Also