Skip to main content
All docs
V25.1
  • DXPopupDialogBase.CancelButtonCommand Property

    Gets or sets the command executed when a user taps the Cancel button. This is a bindable property.

    Namespace: DevExpress.Maui.Controls

    Assembly: DevExpress.Maui.Controls.dll

    NuGet Package: DevExpress.Maui.Controls

    Declaration

    public ICommand CancelButtonCommand { get; set; }

    Property Value

    Type Description
    ICommand

    A command that exposes the ICommand interface.

    See Also