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

DefaultMenuItemNames.ClosedPanelsSeparator Field

Returns “ClosedPanelsSeparator”. Corresponds to the separator before the DocumentPanel‘s Closed Panels context menu section.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public const string ClosedPanelsSeparator = "ClosedPanelsSeparator"

Field Value

Type
String

Remarks

The following screenshot demonstrates the ClosedPanelsSeparator location.

DocumentPanel Context Menu - Closed Panels Separator

See Also