AutoHideGroup.SetAutoHideType(DependencyObject, AutoHideType) Method
Sets the value of the AutoHideGroup.AutoHideType property for the specified object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | An object whose AutoHideGroup.AutoHideType property is to be set. |
| value | AutoHideType | A new value of the AutoHideGroup.AutoHideType property for the specified object. |
See Also