Gets or sets the URL to link to when the hyperlink is clicked in the item.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(typeof(UrlEditor), typeof(UITypeEditor))]
public string NavigateUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<EditorAttribute(GetType(UrlEditor), GetType(UITypeEditor))> _
Public Property NavigateUrl As String

See Also