IBarItemBase.Text Property
In This Article
Specifies text for a bar element (tab, group, or item).
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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