Back to Devexpress

ASPxCalendar.EnableLargePeriodNavigation Property

aspnet-devexpress-dot-web-dot-aspxcalendar-b25bc988.md

latest1.4 KB
Original Source

ASPxCalendar.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

This property is a wrapper of the CalendarProperties.EnableLargePeriodNavigation property. Refer to its description for more information.

See Also

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace