Skip to main content
A newer version of this page is available. .
Tab

NavBarItem.ToString() Method

Returns the textual representation of the NavBarItem object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the NavBarItem.Text property’s value or, if it’s empty, the type name of the NavBarItem.

See Also