BarItemCommandCollection Class
A collection of bar item commands.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.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
Related API Members
The following members return BarItemCommandCollection objects:
Inheritance
Object
BarItemCommandCollection
See Also