DateNavigatorExtension.Bind(Object) Method
Binds the Scheduler to which the DateNavigator is bound, to an 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 | A collection of appointments. |
Returns
| Type | Description |
|---|---|
| DateNavigatorExtension | A DateNavigatorExtension object that contains settings for the DateNavigator control. |
See Also