[]
Gets or sets a value which is recommended to input.
public DateTime RecommendedValue { get; set; }
Public Property RecommendedValue As Date
Type | Description |
---|---|
DateTime | A DateTime value indicates the recommended value of the editor. The default value is Now. |
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.