The DevExpress Blazor Calendar component allows users to select dates and navigate through months, years, decades, and centuries.
The Calendar supports keyboard navigation (list of supported keyboard shortcuts), allowing users to navigate through root UI elements and within the month/year/decade/century view.
The DevExpress Blazor Calendar component allows users to select multiple dates: individual dates, date ranges, or a combination of both.
Set the EnableMultiSelect property to true
to enable multiple date selection. The SelectedDates collection stores selected dates. To handle selection changes, use the SelectedDatesChanged event.
Users can select dates using the mouse or keyboard.
To add dates to a selection, select the dates while pressing the Ctrl key.
To select a range of dates, select the initial date, press the Shift key, and select the last date.
In this demo module, a few Calendar dates are grayed out (disabled) and cannot be selected. The CustomDisabledDate event allows you to disable selection of specific dates based on custom logic.