wpf-devexpress-dot-xpf-dot-docking-2e140693.md
Contains values that identify possible auto-hide positions for dock panels.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public enum AutoHideType
Public Enum AutoHideType
| Name | Description |
|---|---|
Default |
Identifies the default location where a dock panel is auto-hidden. The default auto-hide location is calculated automatically, based on the panel’s location and state.
|
| Left |
A dock panel is auto-hidden at the left edge of the container.
|
| Top |
A dock panel is auto-hidden at the top edge of the container.
|
| Right |
A dock panel is auto-hidden at the right edge of the container.
|
| Bottom |
A dock panel is auto-hidden at the bottom edge of the container.
|
This enumeration provides values for the AutoHideGroup.AutoHideType property.
See Also