AutoHideGroup.GetAutoHideType(DependencyObject) Method
Gets the value of the AutoHideGroup.AutoHideType property for the specified object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | An object whose AutoHideGroup.AutoHideType property’s value is to be returned. |
Returns
Type | Description |
---|---|
AutoHideType | The value of the AutoHideGroup.AutoHideType property for the specified object. |
See Also