Skip to main content

AutoHideGroup.GetIsAutoHideCenter(DependencyObject) Method

Gets the value of the AutoHideGroup.IsAutoHideCenter attached property for a specified AutoHideGroup.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static bool GetIsAutoHideCenter(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

The element from which the property value is read.

Returns

Type Description
Boolean

The AutoHideGroup.IsAutoHideCenter property value for the element.

See Also