A newer version of this page is available.
CalendarFastNavProperties.MinZoomLevel Property
Gets or sets a value specifying the minimum zoom level of the date range displayed within the calendar's fast navigation area.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
InlineFastNavigationZoomLevel | Century |
One of the InlineFastNavigationZoomLevel objects. |
Remarks
The calendar's minimum zoom level determines the farthest date range an end-user can navigate to in the calendar ("Century", "Decade", "Year").
NOTE
The MinZoomLevel property is in effect if the CalendarFastNavProperties.DisplayMode property is set to FastNavigationDisplayMode.Inline.
Online demo:
See Also
Feedback