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



Gets or sets the field name from a data source to bind to the ButtonColumn.

Syntax

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);
}

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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