Back to Devexpress

FastNavigationDisplayMode Enum

aspnet-devexpress-dot-web-c66fd756.md

latest1.3 KB
Original Source

FastNavigationDisplayMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FastNavigationDisplayMode
vb
Public Enum FastNavigationDisplayMode

Members

NameDescription
Popup

The fast navigation is displayed within the popup window.

| | Inline |

The fast navigation is displayed within the calendar.

|

The following properties accept/return FastNavigationDisplayMode values:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapCalendarFastNavProperties.DisplayMode
ASP.NET Web Forms ControlsCalendarFastNavProperties.DisplayMode

See Also

DevExpress.Web Namespace