Skip to main content

SchedulerExtension.Bind(FetchAppointmentsMethod) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SchedulerExtension Bind(
    FetchAppointmentsMethod method
)

Parameters

Name Type Description
method FetchAppointmentsMethod

A FetchAppointmentsMethod delegate providing an appointment data source.

Returns

Type Description
SchedulerExtension

A SchedulerExtension object representing the Scheduler.

See Also