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