Skip to main content
All docs
V25.1
  • Bar

    BarItemCommandCollection.TryGetValue(String, out BarItemCommand) Method

    Namespace: DevExpress.Xpf.Bars

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