SchedulerStorageControlExtension.Bind(Object) Method
Binds the Scheduler Storage Control to the appointment data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| appointmentDataObject | Object | An object specifying the bound appointment data source. |
Returns
| Type | Description |
|---|---|
| SchedulerStorageControlExtension | A SchedulerStorageControlExtension object representing the scheduler storage control. |
See Also