Version

CreateAppointmentDataObjectCallback Property (ScheduleListDataSource)

Returns or sets a delegate which is called to create a data object for a newly created Infragistics.Scheduler.Appointment.
Syntax
public Func<Appointment,object> CreateAppointmentDataObjectCallback {get; set;}
Remarks

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.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also