'Declaration Public Property ShowRecommendedValue As Boolean
'Usage Dim instance As GcTimeSpanCellType Dim value As Boolean instance.ShowRecommendedValue = value value = instance.ShowRecommendedValue
public bool ShowRecommendedValue {get; set;}
Property Value
true to show the recommended value; otherwise, false.The default is false.