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.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also