Skip to main content
A newer version of this page is available. .
Tab

RibbonSettingsPopupMenu.CloseAction Property

Gets or sets a value that specifies which action forces a displayed popup menu to close.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PopupMenuCloseAction.OuterMouseClick)]
public PopupMenuCloseAction CloseAction { get; set; }

Property Value

Type Default Description
PopupMenuCloseAction **OuterMouseClick**

One of the PopupMenuCloseAction enumeration values.

Available values:

Name Description
OuterMouseClick

Specifies that a popup menu is closed when clicking a mouse button outside the popup menu.

MouseOut

Specifies that a popup menu is closed when the mouse cursor moves out of it.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CloseAction
ASP.NET Controls and MVC Extensions ASPxRibbon
.SettingsPopupMenu .CloseAction
ASP.NET Bootstrap Controls BootstrapRibbon
.SettingsPopupMenu .CloseAction
ASP.NET MVC Extensions MVCxRibbon
.SettingsPopupMenu .CloseAction
RibbonSettings
.SettingsPopupMenu .CloseAction

Remarks

A displayed popup menu may be closed in response to a specific mouse action performed on the client side. Use the CloseAction property to specify the precise client action which will hide the ribbon’s popup menu.

See Also