FormListPickerItem.IsMultipleSelectionEnabled Property
Gets or sets whether a user can pick multiple items from the FormListPickerItem. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsMultipleSelectionEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If a user selects multiple values, these items are stored in the SelectedItems collection.
See Also