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