DataLabels.Contains(KeyValuePair<Int32, DataLabel>) Method
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| item | KeyValuePair<Int32, DataLabel> |
Returns
| Type |
|---|
| Boolean |
Implements
See Also
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
public bool Contains(
KeyValuePair<int, DataLabel> item
)
Public Function Contains(
item As KeyValuePair(Of Integer, DataLabel)
) As Boolean
| Name | Type |
|---|---|
| item | KeyValuePair<Int32, DataLabel> |
| Type |
|---|
| Boolean |