Skip to main content

AutoHideGroup.GetSizeToContent(DependencyObject) Method

Gets the current auto-size behavior of the target Layout Panel.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static SizeToContent GetSizeToContent(
    DependencyObject target
)

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