Skip to main content

SchedulerStorageControlSettings.DateNavigatorExtensionSettings Property

Provides access to DateNavigator settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DateNavigatorSettings DateNavigatorExtensionSettings { get; }

Property Value

Type Description
DateNavigatorSettings

A DateNavigatorSettings object containing settings specific for the DateNavigator control.

Remarks

For more information, refer to the DateNavigator Control - Overview document.

See Also