IDXPopupService.ShowActionSheet(DXPopupSettings, String, DXPopupActionInfo[]) Method
Shows DXPopupActionSheet. The ShowActionSheet
method returns Task, which contains DialogResult, and completes when DXPopupActionSheet
closes.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
Task<string> ShowActionSheet(
DXPopupSettings settings,
string cancel,
params DXPopupActionInfo[] actionButtons
)
#Parameters
Name | Type | Description |
---|---|---|
settings | DXPopup |
The settings of the pop-up view. |
cancel | String | The caption of the Cancel button. |
action |
DXPopup |
The collection of action buttons. |
#Returns
Type | Description |
---|---|
Task<String> | An operation that executes asynchronously, contains the Dialog |