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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
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