Skip to main content

BootstrapCalendar.FastNavProperties Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCalendarFastNavProperties FastNavProperties { get; }

Property Value

Type Description
BootstrapCalendarFastNavProperties

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

See Also