Hello,
I have problem with SfScheduler ViewType=Month.
My goal is to update ItemSource after user changed displayed month, but i dont know which month is displayed to User.
Property DisplayDate is always curent date in my project.
Here is my VB code which trigger when month changed :
Private Sub ctlMonth_ViewChanged(sender As System.Object, e As Syncfusion.UI.Xaml.Scheduler.ViewChangedEventArgs) Handles ctlMonth.ViewChanged
Dim currentDisplayedDate = ctlMonthGraf.DisplayDate ' This currentDisplayedDate is always today.
End Sub
And xaml :
<synfusion:SfScheduler Grid.Row="1" x:Name="ctlMonthG" ViewType="Month" HeaderHeight="30">
</synfusion:SfScheduler >
Before posted i checked this property :
property IsLoaded = true.
MaximumDate is set on 2099 year, minimum date is set on 1999 year.