[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.RecommendedValue

RecommendedValue Property

RecommendedValue

Gets or sets the recommended value.

Declaration
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? RecommendedValue { get; set; }
<TypeConverter(GetType(NullableDateTimeConverter))>
Public Property RecommendedValue As Date?
Property Value
Type Description
DateTime?

A DateTime value that indicates the default value of the editor.

Remarks

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

Exceptions
Type Condition
ArgumentException

The value isn't valid.