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

FastNavigationDisplayMode Enum

Lists values that specify the display mode of the calendar’s fast navigation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum FastNavigationDisplayMode

Members

Name Description
Popup

The fast navigation is displayed within the popup window.

Inline

The fast navigation is displayed within the calendar.

Related API Members

The following properties accept/return FastNavigationDisplayMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions CalendarFastNavProperties.DisplayMode
ASP.NET Bootstrap Controls BootstrapCalendarFastNavProperties.DisplayMode

See Also