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



Gets or sets the string that specifies the display format for the caption in each command button.

Syntax

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

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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