DateNavigatorExtension.Bind(Object, Object) Method
Binds the Scheduler to which the DateNavigator is bound, to appointment and resource data sources.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| appointmentDataObject | Object | A collection of appointments. |
| resourceDataObject | Object | A collection of resources. |
Returns
| Type | Description |
|---|---|
| DateNavigatorExtension | A DateNavigatorExtension object that contains settings for the DateNavigator control. |
See Also