PowerWEB LiveControls for ASP.NET
DataTextField Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLinkColumn Class : DataTextField Property



Gets or sets the field from a data source to bind to the text caption of the hyperlinks in the HyperLinkColumn.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("HyperLinkColumn DataTextField")>
<DefaultValueAttribute()>
<CategoryAttribute("Data")>
Public Overridable Property DataTextField As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLinkColumn
Dim value As String
 
instance.DataTextField = value
 
value = instance.DataTextField
C# 
[DescriptionAttribute("HyperLinkColumn DataTextField")]
[DefaultValueAttribute()]
[CategoryAttribute("Data")]
public virtual string DataTextField {get; set;}
C++/CLI 
[DescriptionAttribute("HyperLinkColumn DataTextField")]
[DefaultValueAttribute()]
[CategoryAttribute("Data")]
public:
virtual property String^ DataTextField {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkColumn.DataTextField.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.