Skip to main content
All docs
V25.1
  • Bar

    BarItemCommandCollection Class

    A collection of bar item commands.

    Namespace: DevExpress.Xpf.Bars

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