Blazor Calendar Example - Multi Selection
The following example demonstrates the multiple date selection functionalities of the Calendar. Click the desired date from the calendar and the selected date will be added to the Values property of the calendar.
November 2025
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 26 | 27 | 28 | 29 | 30 | 31 | 1 |
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 1 | 2 | 3 | 4 | 5 | 6 |
Properties
Mon, 10 Nov 2025
Sat, 15 Nov 2025
Tue, 25 Nov 2025
Multi selection example demonstrates, how to enable and select multiple dates in a calendar by using the IsMultiSelection and Values properties . Here 10, 15 and 25 date's are selected.
See also