Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static BarManager GetBarManager(
    DependencyObject dobj
)

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