SchedulerStorageControlExtension.Bind(Object, Object) Method
Binds the Scheduler Storage control to a data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public SchedulerStorageControlExtension Bind(
object appointmentDataObject,
object resourceDataObject
)
Parameters
| Name | Type | Description |
|---|---|---|
| appointmentDataObject | Object | An object specifying the bound 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 extension. |
See Also