BarItemCommandCollection.Add(String, BarItemCommand) Method
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type |
|---|---|
| key | String |
| value | BarItemCommand |
See Also
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
public void Add(
string key,
BarItemCommand value
)
Public Sub Add(
key As String,
value As BarItemCommand
)
| Name | Type |
|---|---|
| key | String |
| value | BarItemCommand |