DxButtonBase.Text Property
Specifies the button’s text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string Text { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The button’s text. |
Remarks
<DxButton RenderStyle="ButtonRenderStyle.Primary" Text="Click me!" />
See Also