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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
This property is a wrapper of the CalendarProperties.EnableLargePeriodNavigation property. Refer to its description for more information.
See Also