Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147002 | Aug 28,2019 08:14 AM UTC | Oct 4,2019 12:50 PM UTC | Xamarin.Forms | 4 |
![]() |
Tags: SfCalendar |
calendar.SelectionChanged += Calendar_SelectionChanged;
…
private void Calendar_SelectionChanged(object sender, Syncfusion.SfCalendar.XForms.SelectionChangedEventArgs e)
{
// You can get the SelectedRange Start date and End date
var selectedRange = calendar.SelectedRange;
// Using this can get the selected date collection within the range
var selectedDateCollection = e.DateAdded;
// Get the selected dates count
var selectedDatesCount = e.DateAdded.Count;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.