Skip to main content

DateNavigatorSettings.Properties Property

Provides access to a DateNavigatorProperties object that enables you to set options specific to a calendar control.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DateNavigatorProperties Properties { get; }

Property Value

Type Description
DateNavigatorProperties

A DateNavigatorProperties object containing calendar control settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Properties
SchedulerSettings
SchedulerStorageControlSettings
See Also