Skip to main content

ExtensionsFactory.DateNavigator(Action<SchedulerSettings>) Method

Creates a DateNavigator.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DateNavigatorExtension DateNavigator(
    Action<SchedulerSettings> method
)

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