BarManager.GetBarManager(DependencyObject) Method
In This Article
Gets the value of the BarManager.BarManager attached property from a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static BarManager GetBarManager(
DependencyObject dobj
)
#Parameters
Name | Type | Description |
---|---|---|
dobj | Dependency |
An object whose Bar |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also