Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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