DxEditorButton.Text Property
Specifies the button’s text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The button’s text. |
See Also