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



Gets or sets the string that specifies the display format for items in the column.

Syntax

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

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.BoundColumn.DataFormatString.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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