In This Topic
Gets or sets a name of the field to use for the value displayed to the user for selection.
Syntax
'Declaration
Public Property LabelField As String
public string LabelField {get; set;}
Property Value
A
System.String value indicating the name of the field to use for the value displayed to the user for selection.
See Also