[]
Gets or sets the date to display in drop-down calendar.
[TypeConverter(typeof(DateTimeTypeConverter))]
public DateTime DisplayDate { get; set; }
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd. |