Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Wpf.Docking

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