[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.RecommendedValue

RecommendedValue Property

RecommendedValue

Gets or sets the recommended value.

Declaration
[TypeConverter(typeof(TimeSpanExConverter))]
public TimeSpan RecommendedValue { get; set; }
<TypeConverter(GetType(TimeSpanExConverter))>
Public Property RecommendedValue As TimeSpan
Property Value
Type Description
TimeSpan

A TimeSpan value that indicates the recommended value.
The default is Zero.

Remarks

The RecommendedValue property provides a hint for the 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

Occurs when a value that does not match the current pattern is set to the RecommendedValue property.

See Also
ShowRecommendedValue