Gets or sets the display format for the text caption of the hyperlinks in the C1HyperLinkField column.

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

Syntax

C#
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewFormatConverter, C1.Web.UI.Design.2")]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string DataTextFormatString { get; set; }
Visual Basic
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewFormatConverter, C1.Web.UI.Design.2")> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property DataTextFormatString As String
	Get
	Set

Remarks

The specified format is applied to the text caption only when the text caption is data bound to a field in a data source. Specify the field to bind to the text caption of the hyperlinks in the column by setting the DataTextField property.

See Also