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.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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