RecommendedValue Property (GcComboBoxCellType)
Gets or sets the recommended value.
public string RecommendedValue {get; set;}
'Declaration
Public Property RecommendedValue As String
'Usage
Dim instance As GcComboBoxCellType
Dim value As String
instance.RecommendedValue = value
value = instance.RecommendedValue
Property Value
A
System.String value that indicates the recommended value.
The default is
System.String.Empty.