BootstrapCalendarProperties.FastNavProperties Property
Gets the settings of the calendar’s dropdown fast navigation panel.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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