Skip to main content
A newer version of this page is available. .
Bar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static void SetBarManager(
    DependencyObject dobj,
    BarManager value
)

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