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

BootstrapDateEditCalendarProperties.FastNavProperties Property

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

Namespace: DevExpress.Web.Bootstrap

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

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.

See Also