IContextMenuItemInfo.Text Property
In This Article
Returns a menu item’s text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string Text { get; }
#Property Value
Type | Description |
---|---|
String | A menu item’s text. |
See Also