Gets or sets the URL to navigate to when the C1TreeViewNode node is clicked. The default value is an empty string.

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

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute("")]
[LocalizableAttribute(true)]
[JsonAttribute(true, true, "")]
public string NavigateUrl { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute("")> _
<LocalizableAttribute(True)> _
<JsonAttribute(True, True, "")> _
Public Property NavigateUrl As String
	Get
	Set

See Also