Skip to main content

MenuSettingsBase.AppearAfter Property

Gets or sets the delay in displaying submenus within the menu.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int AppearAfter { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the time interval, in milliseconds, after which submenus are displayed within a menu.

Remarks

When an end-user positions the mouse pointer over a menu item that contains a submenu, the submenu’s appearance can be delayed by a specific duration. Use the AppearAfter property to specify the delay in displaying submenus within a menu control. Invoking a submenu utilizes a predefined animation effect, if the MenuSettingsBase.EnableAnimation property is enabled.

For the PopupMenu, the AppearAfter property also affects the delay in invoking the root popup menu (the popup menu control itself), when a specific client action specified by the PopupMenuSettings.PopupAction property is performed.

See Also