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

AutoHideGroup.SetIsAutoHideCenter(DependencyObject, Boolean) Method

Sets the value of the AutoHideGroup.IsAutoHideCenter attached property to a specified AutoHideGroup.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static void SetIsAutoHideCenter(
    DependencyObject d,
    bool value
)

Parameters

Name Type Description
d DependencyObject

The element to which the attached property is written.

value Boolean

The required AutoHideGroup.IsAutoHideCenter value.

See Also