GridHyperLinkColumnDataTextField Property |
Gets or sets a string, representing the DataField name from the data source,
which will be used to supply the text for the hyperlink in the column. This text can
further be customized, by using the DataTextFormatString property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string DataTextField { get; set; }
Public Overridable Property DataTextField As String
Get
Set
public:
virtual property String^ DataTextField {
String^ get ();
void set (String^ value);
}
abstract DataTextField : string with get, set
override DataTextField : string with get, set
Property Value
Type:
String
See Also