DateNavigatorExtension.Bind(Object) Method
In This Article
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
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
appointment |
Object | A collection of appointments. |
#Returns
Type | Description |
---|---|
Date |
A Date |
See Also