Back to Devexpress

AutoHideGroup.AutoHideSize Attached Property

wpf-devexpress-dot-xpf-dot-docking-dot-autohidegroup-b44ad120.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

See GetAutoHideSize(DependencyObject) and SetAutoHideSize(DependencyObject, Size).

Returns

TypeDescription
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

AutoHideGroup Class

AutoHideGroup Members

DevExpress.Xpf.Docking Namespace