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

BootstrapCalendarFastNavProperties.DisplayMode Property

Gets or sets the display mode of the calendar’s fast navigation.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(FastNavigationDisplayMode.Inline)]
public override FastNavigationDisplayMode DisplayMode { get; set; }

Property Value

Type Default Description
FastNavigationDisplayMode **Inline**

One of the FastNavigationDisplayMode enumeration values.

Available values:

Name Description
Popup

The fast navigation is displayed within the popup window.

Inline

The fast navigation is displayed within the calendar.

Remarks

Calendar provides the capability to navigate through months and years using the fast navigation feature. The DisplayMode property specifies the fast navigation’s display mode - “Inline” (when the fast navigation is displayed within the calendar) or “Popup” (the fast navigation is shown within the popup window).

Note

View the Demo To see demos related to the Bottstrap Calendar control, refer to the following online demo: Default Calendar.

See Also