Back to Devexpress

CalendarProperties.EnableLargePeriodNavigation Property

aspnet-devexpress-dot-web-dot-calendarproperties-2409d86a.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool EnableLargePeriodNavigation { get; set; }
vb
<DefaultValue(True)>
Public Property EnableLargePeriodNavigation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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

See Also

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace