SchedulerStorageControlExtension.Bind(FetchAppointmentsMethod, Object) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SchedulerStorageControlExtension Bind(
FetchAppointmentsMethod fetchAppointmentsMethod,
object resourceDataObject
)
#Parameters
Name | Type | Description |
---|---|---|
fetch |
Fetch |
A Fetch |
resource |
Object | An object specifying the bound resource data source. |
#Returns
Type | Description |
---|---|
Scheduler |
A Scheduler |
See Also