ASPxCalendar.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.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
This property is a wrapper of the CalendarProperties.EnablePeriodNavigation property. Refer to its description for more information.
See Also