Skip to main content
All docs
V19.2
Tab

CalendarFastNavProperties.EnablePeriodNavigation Property

Gets or sets a value that specifies whether a user can navigate through periods within the calendar’s fast navigation area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool EnablePeriodNavigation { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to navigate through periods; otherwise, false.

Remarks

When the EnablePeriodNavigation property is set to true, an end-user can navigate through periods in the calendar’s fast navigation area using keyboard and specific buttons (ASPxCalendar.FastNavPrevPeriodImage, ASPxCalendar.FastNavNextPeriodImage).

ASPxCalendar-PEriodNavigationButtons

Note

The EnablePeriodNavigation property is in effect if the CalendarFastNavProperties.DisplayMode property is set to FastNavigationDisplayMode.Inline.

Online demo:

See Also