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

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.2.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.

See Also