As of July 2017, you can display multiple months at the same time — depending on available space — using the new CalendarView and DateEdit control for WinForms. The multi-month calendar includes rich layout and customization options, like setting your calendar to RightToLeft or vertical layout. CalendarView The CalendarView supports different culture settings including non-Gregorian calendars like Persian and Japanese ones. C1DateEdit control uses CalendarView to display a drop-down calendar. Though the public API and calendar-dependent features are almost the same, this DateEdit control has better performance and appearance than the old DateEdit control.
Dimensions Setting the dimension property displays multiple months according to available space.
Bolded Dates The bolded & annually dates property takes collection of dates that should appear as bold.
DisabledDates The disabled dates property takes collection of dates that should appear as bold. This is helpful for when you want to display available schedules and some dates aren't available.
SelectedDates The SelectedDates takes an array of dates that should appear as selected. The MaxSelectionCount can be set to limit the number of selected dates.
Different properties are available to control and customize the behavior of the control.
Set these properties to localize the calendar. There are multiple culture settings available out-of-the-box. After setting the CurrentCulture property, choose from the Calendar options.
This property gets or sets the first day of the week as displayed in the month calendar.
Defines the working days of the week.
Gets or sets the Minimum and Maximum allowed dates. Learn more about CalendarView >> Control Explorer >>