Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxCalendar.EnableMonthNavigation Property

Get or sets the visibility of the PrevMonth and NextMonth buttons, thus controlling the availability of month navigation within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if month navigation is enabled; otherwise, false.

Remarks

This property is a wrapper of the CalendarProperties.EnableMonthNavigation property.

See Also