Gets or sets name of the field to use for the value displayed to the user for the selection.
| Visual Basic (Declaration) | |
|---|---|
Public Property LabelField As String | |
| C# | |
|---|---|
public string LabelField {get; set;} | |
Return Value
A String representing the name of the field to use for the value displayed to the user for the selection.
If not supplied, or the returned value is null, the value in the ValueField is used.
Not used for DefaultValue.