Skip to main content
A newer version of this page is available. .

AutoHideGroup.SetAutoHideType(DependencyObject, AutoHideType) Method

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public static void SetAutoHideType(
    DependencyObject obj,
    AutoHideType value
)

Parameters

Name Type Description
obj DependencyObject

An object whose AutoHideGroup.AutoHideType property is to be set.

value AutoHideType

A new value of the AutoHideGroup.AutoHideType property for the specified object.

See Also