DateEditPickerButtonAreaViewModel.CancelCommand Property
Gets or sets the command executed when a user taps the picker’s Cancel button.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command CancelCommand { get; set; }
Property Value
Type | Description |
---|---|
Command | A command that exposes the ICommand interface. |
See Also