BarManagerActionContainer.ActionContainer Attached Property
In This Article
Gets or sets the action container to which an action belongs. This is an attached property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
See GetActionContainer(DependencyObject) and SetActionContainer(DependencyObject, BarManagerActionContainer).
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also