FormListPickerItem.SelectedItems Property
Gets or sets the list of objects whose corresponding items are to be selected in the list picker. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public IEnumerable SelectedItems { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable | A list of objects. |
See Also