Skip to main content
All docs
V23.2
Bar

BarItemCommandCollection Class

A collection of bar item commands.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class BarItemCommandCollection :
    IDictionary<string, BarItemCommand>,
    ICollection<KeyValuePair<string, BarItemCommand>>,
    IEnumerable<KeyValuePair<string, BarItemCommand>>,
    IEnumerable,
    IDictionary,
    ICollection

The following members return BarItemCommandCollection objects:

Inheritance

Object
BarItemCommandCollection
See Also