Skip to main content
Tab

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

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(true)]
public bool EnablePeriodNavigation { get; set; }

#Property Value

Type Default Description
Boolean true

true, if navigation is enabled; otherwise, false.

#Remarks

The EnablePeriodNavigation property synchronizes its value with the editor’s ASPxCalendar.EnablePeriodNavigation property.

See Also