CalendarProperties.EnablePeriodNavigation Property
Gets or sets the visibility of the Prev and Next buttons, thus controlling the availability of 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
The EnablePeriodNavigation property synchronizes its value with the editor’s ASPxCalendar.EnablePeriodNavigation property.
See Also