Hello I am new to Syncfusion and also in Xamarin. But I'm working with an application and implemented the Sfschedule as shown in the documentation. But it throws me errors both
Scheduleview (says finds no reference in sfschedule)
and does not recognize the this.Content = sfschedule code;
He says it can not convert to SfSchedule Xamarin.Forms.View.
I used the example of code:
SfSchedule sfschedule SfSchedule = new ();
sfschedule.ScheduleView = ScheduleView.WeekView;
this.Content = sfschedule;
But creating the Xaml I can do display normal. Only if I create in csharp is not possible to deploy
srry my english
i add all refenrence