Skip to main content

DockLayoutManager.CloseMenu() Method

Closes the active context menu.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

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