Skip to main content

NamedItemCollection<T>.Remove(String) Method

Removes an item with the specified unique name or identifier from the collection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool Remove(
    string name
)

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