[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.RecommendedValue

RecommendedValue Property

RecommendedValue

Gets or sets a value which is recommended to input.

Declaration
public DateTime RecommendedValue { get; set; }
Public Property RecommendedValue As Date
Property Value
Type Description
DateTime

A DateTime value indicates the recommended value of the editor. The default value is Now.

Remarks

Recommended value is used to indicate the user a possible input date time as a hint.

If FieldSet doesn't contain any field, the recommended value will not be shown and the ApplyRecommendedValueCommand execution will do nothing either.

Recommended value has lower priority than display fields and watermark. When watermark or display fields is shown, the recommended value is not shown any more, but the ApplyRecommendedValueCommand still works in this case.