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

In This Topic
    DataNavigateUrlFormatString Property
    In This Topic
    Gets or sets the display format for the URL of the hyperlinks in the C1HyperLinkField when the URL is data-bound to a field in a data source.
    Syntax
    'Declaration
     
    Public Overridable Property DataNavigateUrlFormatString As System.String
    public virtual System.string DataNavigateUrlFormatString {get; set;}
    Remarks
    The specified format is only applied to the URL when the URL is data-bound to a field in a data source. Specify the fields to bind to the URL of the hyperlinks in the column by setting the DataNavigateUrlFields property.
    See Also