Skip to main content

DockLayoutManager.CloseMenu() Method

In This Article

Closes the active context menu.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.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
  • A selector menu - the menu used to invoke a child panel within a container:

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

See Also