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

Collection<T>.Remove(T) Method

Removes the specified element from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Remove(
    T item
)

Parameters

Name Type Description
item T

A <T> object to remove from the collection.

Returns

Type Description
Boolean

true if the specified element is successfully removed from the collection; otherwise, false.

Implements

See Also