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

In This Topic
Text Property (C1HyperLinkField)
In This Topic
Gets or sets the text for the hyperlink.
Syntax
'Declaration
 
Public Overridable Property Text As System.String
 
Remarks
The DataTextField and Text properties cannot both be set at the same time. If both properties are set, theDataTextField property takes precedence.
See Also