Skip to main content

SchedulerStorageControlExtension.Bind(FetchAppointmentsMethod, Object) Method

Binds the Scheduler Storage control extension 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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SchedulerStorageControlExtension 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
SchedulerStorageControlExtension

A SchedulerStorageControlExtension object representing the Scheduler Storage control.

See Also