ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1HyperLinkField Class / NavigateUrl Property

In This Topic
    NavigateUrl Property
    In This Topic
    Gets or sets the URL when a hyperlink is clicked.
    Syntax
    'Declaration
     
    Public Overridable Property NavigateUrl As System.String
    public virtual System.string NavigateUrl {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