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



Gets or sets the display format for the text caption of the hyperlinks in the HyperLinkColumn column.

Syntax

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

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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