[]
        
(Showing Draft Content)

C1.Win.C1Input.DateEditMonthCalendar.MinDate

MinDate Property

MinDate

Gets or sets the minimum allowable date. The default value is DateTime.MinValue (01/01/0001).

Declaration
public DateTime MinDate { get; set; }
Exceptions
Type Condition
ArgumentException

The value is greater than the MaxDate.