UnboundSiteMapNode.ToString() Method
Converts the value of this instance of the UnboundSiteMapNode class to its equivalent string representation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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