Skip to main content
All docs
V26.1
  • 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.v26.1.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