The DevExpress ASP.NET MVC Calendar extension can be used to display a calendar, allowing end-users to select dates via an intuitive calendar. The main features of the Calendar extension are listed below (along with the corresponding extension settings):
- Fast navigation panel display mode (CalendarFastNavProperties.DisplayMode);
- Date highlighting (Properties.HighlightToday, Properties.HighlightWeekends);
- Full control over calendar element visibility (Properties.ShowClearButton, Properties.ShowTodayButton, Properties.ShowDayHeaders, Properties.ShowHeader, Properties.ShowWeekNumbers);
- Single date selection (SelectedDate);
- Multiple date selection (Properties.EnableMultiSelect, SelectedDates);
- Disabled dates (Properties.DisabledDates, CustomDisabledDate).
- Month-Year Picker Mode (Properties.PickerType)
This demo illustrates the primary features of the Calendar extension. Use the options on the right to change the values of the corresponding Calendar properties, and see how they affect the extension.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxDataEditorsDemos |