CalendarControl Class
Displays a monthly calendar and allows an end-user to select a date or date range(s).
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public class CalendarControl :
CalendarControlBase,
IDateTouchCalendarControl,
ITouchCalendarControl,
IPickItemsContainer,
IMouseWheelSupport
Remarks
The calendar control displays one or multiple months simultaneously. An end-user can select a certain date, a date range or multiple dates/date ranges.

To access selected dates, use the following properties:
- CalendarControlBase.EditValue (in single selection mode).
- CalendarControlBase.SelectedRanges (in multiple selection mode).
The control’s main features include:
Implements
Inheritance
Show 13 items
Object
MarshalByRefObject
See Also
