Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

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.v19.1.dll

Declaration

[DefaultValue(InlineFastNavigationZoomLevel.Century)]
public InlineFastNavigationZoomLevel MinZoomLevel { get; set; }

Property Value

Type Default Description
InlineFastNavigationZoomLevel **Century**

One of the InlineFastNavigationZoomLevel objects.

Available values:

Name Description
Year

A user can select a date within a current year.

Decade

A user can select a date within a current decade.

Century

A user can select a date within a current century.

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