Gets or sets the field to bind to the text of the hyperlink.

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

Syntax

C#
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string DataTextField { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property DataTextField As String
	Get
	Set

Remarks

The DataTextField and Text properties cannot both be set at the same time. If both properties are set, the DataTextField property takes precedence.

See Also