Back to Devexpress

ASPxCalendar.EnablePeriodNavigation Property

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

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool EnablePeriodNavigation { get; set; }
vb
<DefaultValue(True)>
Public Property EnablePeriodNavigation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if navigation is enabled; otherwise, false.

|

Remarks

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

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace