Skip to main content

AutoHideGroupCollection Class

Represents a collection of AutoHideGroup objects.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public class AutoHideGroupCollection :
    ObservableCollection<AutoHideGroup>,
    IDisposable

#Returned By

The DockLayoutManager.AutoHideGroups property returns an instance of AutoHideGroupCollection.

#Remarks

An auto-hide group (a AutoHideGroup object) displays a dock panel(s) it owns in auto-hidden mode. There can exist multiple auto-hide groups docked to the top, left, right or bottom edge of the DockLayoutManager container.

To access all auto-hide groups or add new groups, use the DockLayoutManager.AutoHideGroups collection.

See Also