Skip to main content
Tab

UnboundSiteMapNode.ToString() Method

Converts the value of this instance of the UnboundSiteMapNode class to its equivalent string representation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

The string representation of the value of this UnboundSiteMapNode.

Remarks

The ToString method returns the Title property of a UnboundSiteMapNode object.

See Also