[]
Gets or sets the recommended value.
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? RecommendedValue { get; set; }
<TypeConverter(GetType(NullableDateTimeConverter))>
Public Property RecommendedValue As Date?
Type | Description |
---|---|
DateTime? | A DateTime value that indicates the default value of the editor. |
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.
Type | Condition |
---|---|
ArgumentException | The value isn't valid. |