C1.Web.Wijmo.Controls.45 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
 
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