Gets or sets the URL when a hyperlink is clicked.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string NavigateUrl { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property NavigateUrl As String
	Get
	Set

Remarks

The DataNavigateUrlFields and NavigateUrl properties cannot both be set at the same time. If both properties are set, the DataNavigateUrlFields property takes precedence.

See Also