BarManager.GetBarManager(DependencyObject) Method
Gets the value of the BarManager.BarManager attached property from a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dobj | DependencyObject | An object whose BarManager property value must be returned. |
Returns
| Type | Description |
|---|---|
| BarManager | A BarManager object associated with the specified object. |
See Also