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

In This Topic
    DataNavigateUrlFields Property
    In This Topic
    Gets or sets the names of the fields from the data source used to construct the URLs for the hyperlinks in the C1HyperLinkField.
    Syntax
    'Declaration
     
    Public Overridable Property DataNavigateUrlFields As System.String()
    public virtual System.string[] DataNavigateUrlFields {get; set;}

    Property Value

    An array containing the names of the fields from the data source used to construct the URLs for the hyperlinks in the C1HyperLinkField. The default is an empty array, indicating that DataNavigateUrlFields is not set.
    Remarks
    If the DataNavigateUrlFields and the NavigateUrl properties are both set, the DataNavigateUrlFields property takes precedence.
    See Also