SchedulerExtension.Bind(FetchAppointmentsMethod, Object) Method
Binds the Scheduler to an appointment data source modified dynamically, using the FetchAppointmentsMethod delegate, and to a resource data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
public SchedulerExtension Bind(
FetchAppointmentsMethod fetchAppointmentsMethod,
object resourceDataObject
)
Parameters
| Name | Type | Description |
|---|---|---|
| fetchAppointmentsMethod | FetchAppointmentsMethod | A FetchAppointmentsMethod delegate providing an appointment data source. |
| resourceDataObject | Object | An object specifying the bound resource data source. |
Returns
| Type | Description |
|---|---|
| SchedulerExtension | A SchedulerExtension object representing the Scheduler. |
See Also