DataLabelsEx.Contains(KeyValuePair<Int32, DataLabelEx>) Method
Determines whether the collection contains the specified key/value pair.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | KeyValuePair<Int32, DataLabelEx> | A key/value pair to locate. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the pair exists; otherwise, false. |
Implements
See Also