Skip to main content
A newer version of this page is available. .
Tab

CalendarFastNavProperties.Enabled Property

Gets or sets a value that specifies whether the calendar’s fast navigation panel is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to allow display the fast navigation panel; otherwise, false.

Remarks

Use the Enabled property to control the availability of the calendar’s fast navigation panel. If this property is set to false, the fast navigation panel cannot be invoked via a click on the month name or year number within the calendar’s header.

See Also