Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public const string ClosedPanelsSeparator = "ClosedPanelsSeparator"

Field Value

Type Description
String

ClosedPanelsSeparator

Remarks

The following image demonstrates the ClosedPanelsSeparator location:

DocumentPanel Context Menu - Closed Panels Separator

See Also