[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.ShowRecommendedValue

ShowRecommendedValue Property

ShowRecommendedValue

Gets or sets whether to show the recommended value.

Declaration
public bool ShowRecommendedValue { get; set; }
Public Property ShowRecommendedValue As Boolean
Property Value
Type Description
bool

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