Hi Paul,
Thanks for your interest in Syncfusion products.
Based on the provided information, your requirement of getting VisibleDates when date collection changed can be achieved by “VisibleDatesChangedEvent” in SfSchedule Xamarin 13.4.0.58. You can get the Start and End date from the Visible Dates collection of Schedule control. Please refer the code example for the same.
C#: schedule.VisibleDatesChangedEvent += schedule_VisibleDatesChangedEvent;
void schedule_VisibleDatesChangedEvent(object sender, VisibleDatesChangedEventArgs args)
{
// args contains Visible dates
}
|
If the provided information does not meet your requirement could you please provide us more information about your requirement? It will be very helpful for us to analyse on it and provide you the possible solution.
Please let us know, if you have any query.
Thanks,
Nijamudeen M.