AutoHideGroup.GetSizeToContent(DependencyObject) Method
Gets the current auto-size behavior of the target Layout Panel.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
target | DependencyObject | A DependencyObject that is a Layout Panel whose auto-hide behavior is to be obtained. |
Returns
Type | Description |
---|---|
SizeToContent | A SizeToContent enumerator value that specifies the current auto-hide behavior of this Layout Panel. |
Remarks
See the AutoHideGroup.SizeToContent property to learn more.
See Also