Skip to main content
Tab

CalendarProperties.EnableLargePeriodNavigation Property

Get or sets the visibility of the << and >> buttons, thus controlling the availability of year navigation within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

The EnableLargePeriodNavigation property synchronizes its value with the ASPxCalendar.EnableLargePeriodNavigation property value.

See Also