ExtensionsFactory.DateNavigator(Action<SchedulerSettings>) Method
Creates a DateNavigator.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<SchedulerSettings> | A delegate method that accepts DateNavigatorSettings as a parameter. |
Returns
Type | Description |
---|---|
DateNavigatorExtension | A DateNavigatorExtension object implementing the DateNavigator functionality. |
See Also