Skip to main content
Tab

NavBarGroup.ToString() Method

Returns the textual representation of the NavBarGroup object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

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

See Also