DateNavigatorExtension.Bind(Object, Object) Method
In This Article
Binds the Scheduler to which the DateNavigator is bound, to appointment and resource data sources.
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. |
resource |
Object | A collection of resources. |
#Returns
Type | Description |
---|---|
Date |
A Date |
See Also