SchedulerExtension.Bind(FetchAppointmentsMethod) Method
In This Article
Binds the Scheduler to an appointment data source modified dynamically using a FetchAppointmentsMethod delegate.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SchedulerExtension Bind(
FetchAppointmentsMethod method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Fetch |
A Fetch |
#Returns
Type | Description |
---|---|
Scheduler |
A Scheduler |
See Also