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