wpf-devexpress-dot-xpf-dot-bars-c764ad42.md
A collection of bar item commands.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class BarItemCommandCollection :
IDictionary<string, BarItemCommand>,
ICollection<KeyValuePair<string, BarItemCommand>>,
IEnumerable<KeyValuePair<string, BarItemCommand>>,
IEnumerable,
IDictionary,
ICollection
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:
Object BarItemCommandCollection
See Also