Table of Contents
MinDate Property

Gets or sets the minimum selectable date. This is a dependency property.

Syntax
 public DateTime MinDate { get; set; }

Property Value

The minimum selectable date. The default value is DateTime.MinValue.

See Also