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 | Dependency |
An object whose Action |
value | Bar |
A Bar |
See Also