DXPopupActionInfo.Text Property
Gets the caption of the action button.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String | The caption of the action button. |
See Also