FastNavigationDisplayMode Enum
Lists values that specify the display mode of the calendar’s fast navigation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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