Skip to main content
All docs
V19.2
Tab

CalendarProperties.EnableYearNavigation Property

Gets or sets the visibility of the PrevYear and NextYear buttons, thus controlling the availability of year navigation within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

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

See Also