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