DateEditPickerButtonAreaViewModel.ClearCommand Property
Clears the selected date in the date picker.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command ClearCommand { get; set; }
Property Value
Type | Description |
---|---|
Command | A command that clears the selected date in the date picker. |
See Also