Skip to main content

DXPopupDialog.DialogResult Property

Gets the dialog result.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public string DialogResult { get; }

Property Value

Type Description
String

The dialog result.

Remarks

The dialog result can contain one of the following values:

  • The caption of the OK or Cancel button that closes the pop-up dialog.
  • Null if the pop-up dialog closes when a user taps the scrim.
  • The parameter passed to the Close(String) method.
See Also