Skip to main content
A newer version of this page is available. .

SchedulerStorageControlSettings.DateNavigatorExtensionSettings Property

Provides access to DateNavigator settings.

Namespace: DevExpress.Web.Mvc

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

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