Skip to main content

BootstrapCalendarProperties.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 BootstrapCalendarFastNavProperties 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 BootstrapCalendar.FastNavProperties property.

See Also