SchedulerPopupButtonBase.Text Property
In This Article
Specifies the button’s text.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[Parameter]
public virtual string Text { get; set; }
#Property Value
Type | Description |
---|---|
String | The button’s text. |
See Also