Skip to main content
Tab

FastNavigationDisplayMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 Bootstrap Controls BootstrapCalendarFastNavProperties.DisplayMode
ASP.NET Web Forms Controls CalendarFastNavProperties.DisplayMode

See Also