I'd like to modify the event selection from code in DayPilotMonth, but can't find a solution.
This is what I have:
List<DayPilot.Web.Ui.Events.Common.EventInfo> mySelectedEvents = new List<DayPilot.Web.Ui.Events.Common.EventInfo>();
DayPilot.Web.Ui.Events.Common.EventInfo currentEvent = new DayPilot.Web.Ui.Events.Common.EventInfo();
DayPilotMonth1.SelectedEvents = mySelectedEvents;
Problem is, that I Don't have any info on how to create a member of DayPilot.Web.Ui.Events.Common.EventInfo
Does somebody know the solution for this?