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

DockGuide Enum

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

Namespace: DevExpress.Xpf.Docking

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

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