Skip to main content

BootstrapCalendarFastNavPropertiesBuilder.ShowFastNavHeaderBackElement(Boolean) Method

Specifies whether the back element used to return to the previous mode is displayed within the fast navigation area’s header.

Namespace: DevExpress.AspNetCore.Bootstrap

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

Declaration

public BootstrapCalendarFastNavPropertiesBuilder ShowFastNavHeaderBackElement(
    bool showFastNavHeaderBackElement
)

Parameters

Name Type
showFastNavHeaderBackElement Boolean

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