Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockGuide Enum

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v24.2.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