DockLayoutManager.CloseMenu() Method
Closes the active context menu.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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