Skip to main content
A newer version of this page is available. .
All docs
V21.2
Bar

BarItemCommandCollection.TryGetValue(String, out BarItemCommand) Method

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool TryGetValue(
    string key,
    out BarItemCommand value
)

Parameters

Name Type
key String
value BarItemCommand

Returns

Type
Boolean
See Also