DockLayoutManager.AutoHideGroups Property
In This Article
Provides access to the collection of AutoHideGroup objects, containing auto-hidden panels. Allows you to create auto-hidden panels in XAML.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Auto |
A Auto |
#Remarks
In XAML, you can create an auto-hidden panel as follows:
- Add a AutoHideGroup object to the AutoHideGroups collection.
- Add a panel(s) to the created AutoHideGroup.
To specify where an auto-hidden group is docked, use the AutoHideGroup.DockType property.
#Examples
See Also