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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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