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