Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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