Articles in this section

Can I select multiple dates in a CalendarEdit control and how do I retrieve the selected dates?

 

Yes. CalendarEdit control support multiple date selection. Multiple date selection can be enabled by setting the AllowMultiplySelection property to true.

The following code snippet adds a CalenderEdit control and enables the multiple date selection property to true.

[XAML]

<syncfusion:CalendarEdit CalendarStyle="Vista" AllowMultiplySelection="True" Width="250" Height="250" x:Name="calendaredit" VerticalAlignment="Center" HorizontalAlignment="Center"/>

Dates selected can be retrieved using the SelectedDates property of the CalendarEdit control.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied