IBarItemBase.Text Property
Specifies text for a bar element (tab, group, or item).
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The element text. |
Remarks
Refer to the IBarItemBase interface description for more information and an example.
See Also