C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1HyperLinkField Class / DataTextField Property

In This Topic
DataTextField Property (C1HyperLinkField)
In This Topic
Gets or sets the field to bind to the text of the hyperlink.
Syntax
'Declaration
 
Public Overridable Property DataTextField As System.String
 
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