Skip to main content
All docs
V25.1
  • DockGuide Enum

    Contains values that specify dock hint sections. Each DockGuide consists of multiple DockHints.

    Namespace: DevExpress.Xpf.Docking

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    public enum DockGuide

    Members

    Name Description
    Left

    Displays dock hints at the left. The DockGuide consists of the AutoHideLeft and SideLeft DockHints.

    Top

    Displays dock hints at the top. The DockGuide consists of the AutoHideTop and SideTop DockHints.

    Right

    Displays dock hints at the right. The DockGuide consists of the AutoHideRight and SideRight DockHints.

    Bottom

    Displays dock hints at the bottom. The DockGuide consists of the AutoHideBottom and SideBottom DockHints.

    Center

    Displays dock hints at the center. The DockGuide consists of the following DockHints:

    When the DockingStyle is VS2010, the DockGuide includes the following extra DockHints:

    Remarks

    The following figure demonstrates DockGuide values:

    DockLayoutManager - DockGuides

    See Also