Skip to main content
A newer version of this page is available. .

NamedItemCollection<T>.Remove(String) Method

Removes an item with the specified name from the collection.

Namespace: DevExpress.DataAccess

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

Declaration

public bool Remove(
    string name
)

Parameters

Name Type Description
name String

The String that specifies the name of an item to remove from the collection.

Returns

Type Description
Boolean

true, if an item with the specified name is successfully removed from the collection; otherwise, false.

See Also