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



Gets or sets the field of the data source that provides the text content of the list items.

Syntax

Visual Basic (Declaration) 
Public Property DataTextField As String
Visual Basic (Usage)Copy Code
Dim instance As LiveDropDownListColumn
Dim value As String
 
instance.DataTextField = value
 
value = instance.DataTextField
C# 
public string DataTextField {get; set;}
C++/CLI 
public:
property String^ DataTextField {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that specifies the field of the data source that provides the text content of the list items. The default is String.Empty.

Remarks

Use this property to specify a field in the LiveDropDownListColumn.DataSource to display as the items of the list in a list control.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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