Skip to main content
All docs
V19.2
Tab

CalendarProperties.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.v19.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

The EnableMonthNavigation property synchronizes its value with the editor’s ASPxCalendar.EnableMonthNavigation property.

See Also