[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.RecommendedValue

RecommendedValue Property

RecommendedValue

Gets or sets the recommended value.

Declaration
public string RecommendedValue { get; set; }
Public Property RecommendedValue As String
Property Value
Type Description
string

A string value that indicates the recommended value.
The default is Empty.

Remarks

The RecommendedValue property provides a hint for user that is shown when the value is not fully entered. When a value is being entered, pressing a special shortcut key or key combination accepts the recommended value.

Exceptions
Type Condition
ArgumentException

The value isn't valid.