Skip to main content

AutoHideGroup.GetAutoHideType(DependencyObject) Method

Gets the value of the AutoHideGroup.AutoHideType property for the specified object.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static AutoHideType GetAutoHideType(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An object whose AutoHideGroup.AutoHideType property’s value is to be returned.

Returns

Type Description
AutoHideType

The value of the AutoHideGroup.AutoHideType property for the specified object.

See Also