BarManager.SetBarManager(DependencyObject, BarManager) Method
Sets the value of the BarManager.BarManager attached property for a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dobj | DependencyObject | An object for which the BarManager attached property is set. |
| value | BarManager | A BarManager object to set for the specified object. |
See Also