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