BarItemCommandCollection.Item[String] Property
In This Article
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public BarItemCommand this[string key] { get; set; }
#Parameters
Name | Type |
---|---|
key | String |
#Property Value
Type |
---|
Bar |
See Also