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.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewFormatConverter, C1.Web.UI.Design.2")]
[JsonAttribute(true, true, "")]
public virtual string DataNavigateUrlFormatString { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewFormatConverter, C1.Web.UI.Design.2")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property DataNavigateUrlFormatString As String
	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