wpf-devexpress-dot-xpf-dot-bars-6c041f09.md
Represents a collection of actions that manipulate bar objects.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class BarManagerActionCollection :
ObservableCollection<IBarManagerControllerAction>
Public Class BarManagerActionCollection
Inherits ObservableCollection(Of IBarManagerControllerAction)
The following members return BarManagerActionCollection objects:
Show 32 links
Use the BarManagerActionContainer.Actions property to access the collection of actions that manipulate bar objects.
See Bar Actions to learn more.
Object Collection<DevExpress.Xpf.Bars.IBarManagerControllerAction> ObservableCollection<DevExpress.Xpf.Bars.IBarManagerControllerAction> BarManagerActionCollection
See Also