DXPopupActionInfo(String, String) Constructor
Initializes a new instance of the DXPopupActionInfo class with specified settings.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public DXPopupActionInfo(
string text,
string icon = null
)
Parameters
Name | Type | Description |
---|---|---|
text | String | The caption of the action button. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
icon | String | null | The icon source name of the action button. Usually, the source is a file name without an extension. |
See Also