ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1HyperLinkField Class / NavigateUrl Property

In This Topic
    NavigateUrl Property (C1HyperLinkField)
    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