2X faster development
The ultimate WPF UI toolkit to boost your development speed.
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. |
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.