Gets or sets the URL to link to when the hyperlink is clicked in the item. Default value is empty string.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1TreeViewClient (in C1TreeViewClient.dll)

Syntax

JavaScript
function get_navigateUrl();
function set_navigateUrl(value);

See Also