Skip to main content

BootstrapCalendarFastNavPropertiesBuilder.MinZoomLevel(InlineFastNavigationZoomLevel) Method

Sets a value specifying the size of a date range displayed within the calendar’s fast navigation area.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public BootstrapCalendarFastNavPropertiesBuilder MinZoomLevel(
    InlineFastNavigationZoomLevel minZoomLevel
)

Parameters

Name Type
minZoomLevel InlineFastNavigationZoomLevel

Returns

Type
BootstrapCalendarFastNavPropertiesBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also