NamedItemCollection<T>.Remove(String) Method
Removes an item with the specified unique name or identifier from the collection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The String that specifies the unique name or identifier of an item to remove from the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true if an item with the specified unique name or identifier is successfully removed from the collection; otherwise, false. |
See Also