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

CalendarProperties.FastNavProperties Property

Gets the settings of the calendar’s dropdown fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CalendarFastNavProperties FastNavProperties { get; }

Property Value

Type Description
CalendarFastNavProperties

A CalendarFastNavProperties object that contains the fast navigation panel’s settings.

Remarks

Use the FastNavProperties property to access and customize settings that affect the appearance and behavior of the calendar’s dropdown fast navigation panel.

Note

The FastNavProperties property synchronizes its value with the calendar’s ASPxCalendar.FastNavProperties property.

See Also