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.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | The element to which the attached property is written. |
| value | Boolean | The required AutoHideGroup.IsAutoHideCenter value. |
See Also