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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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