[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.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 completely entered.

Pressing a special shortcut key or key combination accepts the recommended value when a value is being typed.

Exceptions
Type Condition
ArgumentException

Occurs when an invalid value that does not match the current pattern is set for the RecommendedValue property.

See Also
ShowRecommendedValue