public Func<Appointment,object> CreateAppointmentDataObjectCallback {get; set;}
In cases where it is not possible to determine the type of the items contained within the AppointmentItemsSource, a new instance of that type cannot be automatically created using reflection. This is also the case for a type which does not publicly expose a parameterless constructor.
This property makes it possible for the developer to receive a callback at the time of Infragistics.Scheduler.Appointment instance creation, thereby providing a way for a corresponding data object to be created.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+