Table of Contents
MinValidDate Property

MinValidDate and MaxValidDate define the valid range for the calendar. Days that are out of this range will apply OutOfRangeDayStyle or DisabledDayStyle.

Syntax
 public DateTime MinValidDate { get; set; }
Remarks

MinValidDate and MaxValidDate define the valid range for the calendar. Days that are out of this range will apply OutOfRangeDayStyle, if not defined, DisabledDayStyle will apply.

See Also