Spread Windows Forms 12.0 Product Documentation
ShowRecommendedValue Property (GcTimeSpanCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTimeSpanCellType Class : ShowRecommendedValue Property
Gets or sets whether to show the recommended value.
Syntax
'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.
Remarks
The value of the RecommendedValue property is shown when ShowRecommendedValue is true and the value is not fully entered; otherwise, the value of the RecommendedValue property is not shown.
See Also

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members