DxRibbonElementBase<TRibbonItemRenderer>.Text Property
In This Article
Specifies the ribbon item text.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[Parameter]
public string Text { get; set; }
#Property Value
Type | Description |
---|---|
String | The item text. |
See Also