Back to Devexpress

CalendarFastNavProperties.DisplayMode Property

aspnet-devexpress-dot-web-dot-calendarfastnavproperties-a3ad6365.md

latest2.2 KB
Original Source

CalendarFastNavProperties.DisplayMode Property

Gets or sets the display mode of the calendar’s fast navigation.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(FastNavigationDisplayMode.Inline)]
public virtual FastNavigationDisplayMode DisplayMode { get; set; }
vb
<DefaultValue(FastNavigationDisplayMode.Inline)>
Public Overridable Property DisplayMode As FastNavigationDisplayMode

Property Value

TypeDefaultDescription
FastNavigationDisplayModeInline

One of the FastNavigationDisplayMode enumeration values.

|

Available values:

NameDescription
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

Calendar

CalendarFastNavProperties Class

CalendarFastNavProperties Members

DevExpress.Web Namespace