Skip to main content
A newer version of this page is available. .

SchedulerExtension.Bind Method

Name Parameters Description
Bind(FetchAppointmentsMethod, Object) fetchAppointmentsMethod, resourceDataObject Binds the Scheduler to an appointment data source modified dynamically, using the FetchAppointmentsMethod delegate, and to a resource data source.
Bind(FetchAppointmentsMethod) method Binds the Scheduler to an appointment data source modified dynamically using a FetchAppointmentsMethod delegate.
Bind(PersistentObjectCancelMethod, PersistentObjectCancelMethod) filterAppointmentMethod, filterResourceMethod Allows you to hide specific appointments and resources.
Bind(Object, Object) appointmentDataObject, resourceDataObject Binds the Scheduler to a data source.
Bind(Object) appointmentDataObject Binds the Scheduler to appointment data source.