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); } |
This member is functionally equivalent to System.Web.UI.WebControls.ButtonColumn.DataTextFormatString.
Target Platforms: Microsoft .NET Framework 2.0