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



Gets or sets the text caption to display for the hyperlinks in the column.

Syntax

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

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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