DXPopupOptionSheet.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 of the DXPopupOptionSheet can contain one of the following values:
- The array of selected options, if a user taps the OK button to close the pop-up option sheet.
- The array that contains the Cancel button caption when a user taps the Cancel button to close the pop-up option sheet.
Null
if the pop-up option sheet closes when a user taps the scrim.- The parameter passed to the Close(String[]) method.
See Also