Skip to main content
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.v23.2.dll

NuGet Package: 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