Back to Devexpress

BarItemCommandCollection Class

wpf-devexpress-dot-xpf-dot-bars-c764ad42.md

latest1.5 KB
Original Source

BarItemCommandCollection Class

A collection of bar item commands.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarItemCommandCollection :
    IDictionary<string, BarItemCommand>,
    ICollection<KeyValuePair<string, BarItemCommand>>,
    IEnumerable<KeyValuePair<string, BarItemCommand>>,
    IEnumerable,
    IDictionary,
    ICollection
vb
Public Class BarItemCommandCollection
    Implements IDictionary(Of String, BarItemCommand),
               ICollection(Of KeyValuePair(Of String, BarItemCommand)),
               IEnumerable(Of KeyValuePair(Of String, BarItemCommand)),
               IEnumerable,
               IDictionary,
               ICollection

The following members return BarItemCommandCollection objects:

Inheritance

Object BarItemCommandCollection

See Also

BarItemCommandCollection Members

DevExpress.Xpf.Bars Namespace