We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Getting Schedule displayed date range

It would be very usefule to know what dat range the user ius seeing after navigation.
Can you kindly expose the displaye start and end date properties? And issue an event when that has changed because of a navigation swipe?


1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team February 15, 2016 12:08 PM UTC

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.


Loader.
Live Chat Icon For mobile
Up arrow icon