Skip to main content

BootstrapMenuBuilder.DisappearAfter(Int32) Method

Sets the duration after which a dynamic menu (a menu item’s submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.

Namespace: DevExpress.AspNetCore.Bootstrap

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

Declaration

public BootstrapMenuBuilder DisappearAfter(
    int disappearAfter
)

Parameters

Name Type
disappearAfter Int32

Returns

Type
BootstrapMenuBuilder

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