Skip to main content
All docs
V23.2
Bar

BarItemCommandCollection.TryGetValue(String, out BarItemCommand) Method

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.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