BarItemCommandCollection.TryGetValue(String, out BarItemCommand) Method
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| key | String |
| value | BarItemCommand |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
public bool TryGetValue(
string key,
out BarItemCommand value
)
Public Function TryGetValue(
key As String,
ByRef value As BarItemCommand
) As Boolean
| Name | Type |
|---|---|
| key | String |
| value | BarItemCommand |
| Type |
|---|
| Boolean |