FormPickerItemBaseCommands.Clear Property
Gets the command that resets options that are selected within a FormPickerItemBase descendant.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public ICommand Clear { get; }
#Property Value
Type | Description |
---|---|
ICommand | A command object. |