Back to Devexpress

BarManagerActionCollection Class

wpf-devexpress-dot-xpf-dot-bars-6c041f09.md

latest5.6 KB
Original Source

BarManagerActionCollection Class

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

Declaration

csharp
public class BarManagerActionCollection :
    ObservableCollection<IBarManagerControllerAction>
vb
Public Class BarManagerActionCollection
    Inherits ObservableCollection(Of IBarManagerControllerAction)

The following members return BarManagerActionCollection objects:

Show 32 links

Remarks

Use the BarManagerActionContainer.Actions property to access the collection of actions that manipulate bar objects.

See Bar Actions to learn more.

Inheritance

Object Collection<DevExpress.Xpf.Bars.IBarManagerControllerAction> ObservableCollection<DevExpress.Xpf.Bars.IBarManagerControllerAction> BarManagerActionCollection

See Also

BarManagerActionCollection Members

Actions

Bar Actions

DevExpress.Xpf.Bars Namespace