[]
Gets or sets the minimum date that can be shown in the control. This is a dependency property.
public DateTime MinDate { get; set; }
Public Property MinDate As Date
Type | Description |
---|---|
DateTime | A DateTime value indicates the minimum date that can be shown in the control. The default is 0001/01/01. |