WebCalendar offers multiple selections for selecting multiple dates.
This topic will show you how to enable multiple selection in WebCalendar.
To enable multiple selection
- Right-click on WebCalendar control and choose Properties.
- Set ViewMode to Month and HighlightMode
to Day.
- To enable multiple selection, set EnableMultipleSelection to
True and EnableKeyboardSupport to True.
- Run the project. Click and drag using mouse to select a range of dates, use the
CTRL, SHIFT, or CTRL + SHIFT for more advanced selections.