'Declaration Public Property ShowRecommendedValue As Boolean
'Usage Dim instance As GcNumber Dim value As Boolean instance.ShowRecommendedValue = value value = instance.ShowRecommendedValue
public bool ShowRecommendedValue {get; set;}
'Declaration Public Property ShowRecommendedValue As Boolean
'Usage Dim instance As GcNumber Dim value As Boolean instance.ShowRecommendedValue = value value = instance.ShowRecommendedValue
public bool ShowRecommendedValue {get; set;}
If FieldSet doesn't contain any field, the recommended value will not be shown and the ApplyRecommendedValueCommand execution will do nothing either.
Recommended value has lower priority than display fields and watermark. When watermark or display fields is shown, the recommended value is not shown any more, but the ApplyRecommendedValueCommand still works in this case.