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;} |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also