Back to Devexpress

DockGuide Enum

wpf-devexpress-dot-xpf-dot-docking-981d3ff1.md

latest2.4 KB
Original Source

DockGuide Enum

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

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum DockGuide
vb
Public Enum DockGuide

Members

NameDescription
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:

See Also

DevExpress.Xpf.Docking Namespace