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

ASPxCalendar.FastNavProperties Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CalendarFastNavProperties FastNavProperties { get; }

Property Value

Type Description
CalendarFastNavProperties

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

Remarks

This property is a wrapper of the CalendarProperties.FastNavProperties property.

See Also