DataLabelsEx.Remove(KeyValuePair<Int32, DataLabelEx>) Method
Removes the specified key/value pair from the collection.
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> | The key/value pair to remove. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the pair is removed; otherwise, false. |
Implements
See Also