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

DockLayoutManager.ItemSelectorMenuCustomizations Property

A collection of modification actions to be performed on selector menus for dock panels.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public BarManagerActionCollection ItemSelectorMenuCustomizations { get; }

Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object that contains menu modification actions.

Remarks

The panel selector menu allows an auto-hidden panel or a child panel within a TabbedGroup, or a DocumentPanel within a DocumentGroup to be activated. Clicking a corresponding menu item activates the corresponding panel:

ItemSelectorMenu

The panel selector menu is automatically displayed when right-clicking on:

  • an empty area of an auto-hide container
  • an empty area of the tab header region within a DocumentGroup
  • an empty area of the tab header region within a TabbedGroup

At the top, a selector menu contains menu items corresponding to the available child panels that can be activated via the current menu. These menu items are followed by the Closed Panels check button, used to enable the Closed Panels bar (see the DockLayoutManager.ClosedPanelsBarVisibility property, to learn more).

You can modify selector menus by adding menu customization actions to the ItemSelectorMenuCustomizations collection. See DockLayoutManager.ContextMenuCustomizations, to learn more about customization actions. For information on all the available customization actions, see Bar Actions.

See Also