CalendarFastNavProperties.DisplayMode Property
In This Article
Gets or sets the display mode of the calendar’s fast navigation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Fast |
Inline | One of the Fast |
Available values:
Name | Description |
---|---|
Popup | The fast navigation is displayed within the popup window. |
Inline | The fast navigation is displayed within the calendar. |
#Remarks
ASPxCalendar 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).
Online demo:
See Also