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

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

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