MenuItemState.Text Property
Gets a value that specifies the menu item’s text.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A String value that is the text of the menu item. |
Remarks
Use the Text property to obtain the text of the menu item.
To get the Text property value on the client side, use the ASPxClientMenuItem.GetText method.
See Also