DXPopupActionInfo.Icon Property
Gets the icon source name of the action button.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string Icon { get; }
Property Value
Type | Description |
---|---|
String | The icon source name of the action button. Usually, the source is a file name without an extension. |
See Also