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.v24.2.dll
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