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

DockLayoutManager.CloseMenu() Method

Closes the active context menu.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public void CloseMenu()

Remarks

There exist two types of context menus:

  • A context menu invoked on right-clicking a panel’s caption:

    ContextMenu

  • A selector menu - the menu used to invoke a child panel within a container:

    ItemSelectorMenu

To customize these menus, use the DockLayoutManager.ContextMenuCustomizations and DockLayoutManager.ItemSelectorMenuCustomizations properties. See these links to learn more.

See Also