Gets or sets the text for the hyperlink.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, "")] [DefaultValueAttribute("")] public virtual string Text { get; set; } |
| Visual Basic |
|---|
<JsonAttribute(True, True, "")> _ <DefaultValueAttribute("")> _ Public Overridable Property Text As String Get Set |
Remarks
The DataTextField and Text properties cannot both be set at the same time.
If both properties are set, theDataTextField property takes precedence.