Table of Contents
MaxValidDate 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 MaxValidDate { 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