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

AutoHideType Enum

Contains values that identify possible auto-hide positions for dock panels.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public enum AutoHideType

#Members

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.

#Remarks

This enumeration provides values for the AutoHideGroup.AutoHideType property.

See Also