Articles in this section
Category / Section

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

1 min read

 

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)
Please sign in to leave a comment
Access denied
Access denied