Skip to main content
Bar

BarManagerActionContainer.SetActionContainer(DependencyObject, BarManagerActionContainer) Method

In This Article

Sets the value of the ActionContainer attached property for the specified object.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public static void SetActionContainer(
    DependencyObject d,
    BarManagerActionContainer value
)

#Parameters

Name Type Description
d DependencyObject

An object whose ActionContainer attached property is to be set.

value BarManagerActionContainer

A BarManagerActionContainer object.

See Also