How to Extend the Selected Range in the .NET MAUI Calendar (SfCalendar)?
In the Syncfusion .NET MAUI Calendar control, extend the selection range by setting the RangeSelectionDirection property value to Both in the SfCalendar.
Create the SfCalendar control and set the EnableSwipeSelection property to True, SelectionMode to Range, and RangeSelectionDirection to Both as shown in the following code sample.
XAML
<calendar:SfCalendar x:Name="Calendar" SelectionMode="Range" EnableSwipeSelection="True" RangeSelectionDirection="Both" />
Output:
Conclusion
I hope you enjoyed learning how to extend the selected range in the .NET MAUI Calendar (SfCalendar).
Refer to our .NET MAUI Calendar’s feature tour page to learn about its other groundbreaking feature representations. You can explore our .NET MAUI Calendar documentation to understand how to present and manipulate data.
For current customers, check out our .NET MAUI components from the License and Downloads page. If you are new to Syncfusion, try our 30-day free trial to check out our .NET MAUI Calendar and other .NET MAUI components.
Please let us know in the following comments section if you have any queries or require clarifications. Contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!