FormPickerViewModel.ClearSelectionCommand Property
Gets or sets the command executed when a user clears selections within the picker.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ICommand ClearSelectionCommand { get; }
Property Value
| Type | Description |
|---|---|
| ICommand | A command that exposes the ICommand interface. |
See Also