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

BootstrapCalendarFastNavProperties Class

Contains settings specific to a calendar’s fast navigation panel.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapCalendarFastNavProperties :
    CalendarFastNavProperties

Remarks

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.

Inheritance

See Also