Skip to main content

NavBarItemStateBase.Text Property

Gets a value that specifies the text of a navbar item or group.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string Text { get; protected set; }

Property Value

Type Description
String

A String value that is the text of a navbar item or group.

Remarks

Use the Text property to obtain the text of a navbar item or group.

To get the Text property value on the client side, use the ASPxClientNavBarGroup.GetText (for NavBar group) or ASPxClientNavBarItem.GetText (for NavBar item) method.

See Also