Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Data")> <DescriptionAttribute("The field bound to the text property of the button.")> <DefaultValueAttribute()> Public Overridable Property DataTextField As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveButtonColumn Dim value As String instance.DataTextField = value value = instance.DataTextField |
C# | |
---|---|
[CategoryAttribute("Data")] [DescriptionAttribute("The field bound to the text property of the button.")] [DefaultValueAttribute()] public virtual string DataTextField {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("Data")] [DescriptionAttribute("The field bound to the text property of the button.")] [DefaultValueAttribute()] public: virtual property String^ DataTextField { String^ get(); void set ( String^ value); } |
This member is functionally equivalent to System.Web.UI.WebControls.ButtonColumn.DataTextField.
Target Platforms: Microsoft .NET Framework 2.0