BarItemCommandCollection.Add(KeyValuePair<String, BarItemCommand>) Method
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| item | KeyValuePair<String, BarItemCommand> |
See Also
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
public void Add(
KeyValuePair<string, BarItemCommand> item
)
Public Sub Add(
item As KeyValuePair(Of String, BarItemCommand)
)
| Name | Type |
|---|---|
| item | KeyValuePair<String, BarItemCommand> |