aspnetbootstrap-devexpress-dot-web-dot-bootstrap-058c7d7a.md
Contains settings specific to a calendar’s fast navigation panel.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapCalendarFastNavProperties :
CalendarFastNavProperties
Public Class BootstrapCalendarFastNavProperties
Inherits CalendarFastNavProperties
The following members return BootstrapCalendarFastNavProperties objects:
Properties exposed by the BootstrapCalendarFastNavProperties class allow the fast navigation panel’s availability to be controlled (CalendarFastNavProperties.Enabled), and the text for the Ok and Cancel buttons to be defined (CalendarFastNavProperties.OkButtonText.
Additionally, you can use the BootstrapCalendarFastNavProperties.DisplayMode property to specify whether the fast navigation panel is displayed in a popup window or within the Calendar control itself.
Object StateManager PropertiesBase CalendarFastNavProperties BootstrapCalendarFastNavProperties
See Also