Skip to main content

AutoHideGroup Class

Represents a container for auto-hidden dock panels at a specific side of the DockLayoutManager.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public class AutoHideGroup :
    LayoutGroup

#Remarks

AutoHideGroup objects allow you to create auto-hidden panels in XAML. Auto-hidden panels are normally hidden from view, and they appear only when hovering over the panel's label. The labels for auto-hidden panels are displayed within bars at the left, right, top and bottom sides of the DockLayoutManager container. An end-user can enable auto-hide mode for a panel by clicking the auto-hide (pin) button.

AutoHideGroups

See Auto-Hide Groups to learn more.

#Examples

#Inheritance

See Also