DXPopupActionSheet.DialogResult Property
In This Article
Returns the dialog result.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
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 DXPopupActionButton that closes the pop-up action sheet.
- The caption of the OK or Cancel button that closes the pop-up action sheet.
Null
if the pop-up action sheet closes when a user taps the scrim.- The parameter passed to the Close(String) method.
See Also