[]
Gets or sets a value that indicates whether to show the recommended value.
public bool ShowRecommendedValue { get; set; }
Public Property ShowRecommendedValue As Boolean
Type | Description |
---|---|
bool | true to show the recommended value; otherwise, false.
|
The value of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber.RecommendedValue property is shown when ShowRecommendedValue is true and the value is not completely entered; otherwise, the value of the RecommendedValue property is not shown.