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

SchedulerStorageControlExtension.Bind(FetchAppointmentsMethod) Method

Binds the Scheduler Storage control extension to an appointment data source modified dynamically using a FetchAppointmentsMethod delegate.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public SchedulerStorageControlExtension Bind(
    FetchAppointmentsMethod method
)

Parameters

Name Type Description
method FetchAppointmentsMethod

A FetchAppointmentsMethod delegate providing an appointment data source.

Returns

Type Description
SchedulerStorageControlExtension

A SchedulerStorageControlExtension object representing the Scheduler Storage control extension.

See Also