AutoHideGroup.AutoHideSize Attached Property
Gets or sets the size of panels belonging to the current AutoHideGroup, in pixels. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Returns
Type | Description |
---|---|
Size | A Size structure that specifies the size of panels belonging to the current AutoHideGroup, in pixels. |
Remarks
If the AutoHideGroup is docked to the left or right side of a DockLayoutManager container, the AutoHideSize.Width property is in effect and the AutoHideSize.Height property is ignored. If the AutoHideGroup is docked to the top or bottom of a DockLayoutManager container, the AutoHideSize.Height property is in effect and the AutoHideSize.Width property is ignored.
Note
The bounds of an expanded auto-hidden panel cannot exceed the bounds of the DockLayoutManager.