Skip to main content
Bar

BarManagerActionContainer Class

Provides access to actions for a specific BarManagerController.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public class BarManagerActionContainer :
    FrameworkElement,
    ILogicalChildrenContainer

#Remarks

To define actions, use the BarManagerActionContainer.Actions collection.

A BarManagerActionContainer object can be used to define actions within a template (a DataTemplate object). This template can then be assigned to the TemplatedBarManagerController.

See Customizing Bars via Actions to learn more.

See Also