BarItemCommandCollection.Item[String] Property
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type |
|---|---|
| key | String |
Property Value
| Type |
|---|
| BarItemCommand |
See Also
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
public BarItemCommand this[string key] { get; set; }
Public Property Item(key As String) As BarItemCommand
| Name | Type |
|---|---|
| key | String |
| Type |
|---|
| BarItemCommand |