Skip to main content

DateEditPickerButtonAreaViewModel.ConfirmCommand Property

Gets or sets the command that is 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 Description
Command

The command that is executed when a user taps the picker’s Confirm button.

See Also