Skip to main content
A newer version of this page is available. .
All docs
V21.2
Bar

BarItemCommandCollection Class

A collection of bar item commands.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.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