Back to Devexpress

AutoHideType Enum

wpf-devexpress-dot-xpf-dot-docking-2e140693.md

latest1.3 KB
Original Source

AutoHideType Enum

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

Declaration

csharp
public enum AutoHideType
vb
Public Enum AutoHideType

Members

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

|

Remarks

This enumeration provides values for the AutoHideGroup.AutoHideType property.

See Also

DevExpress.Xpf.Docking Namespace