SchedulerStorageControlExtension.Bind(Object) Method
In This Article
Binds the Scheduler Storage Control to the appointment data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SchedulerStorageControlExtension Bind(
object appointmentDataObject
)
#Parameters
Name | Type | Description |
---|---|---|
appointment |
Object | An object specifying the bound appointment data source. |
#Returns
Type | Description |
---|---|
Scheduler |
A Scheduler |
See Also