Skip to main content
All docs
V25.2
  • PresentationCollectionBase<T>.Remove(T) Method

    Removes the first occurrence of a specific item from the collection.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool Remove(
        T item
    )

    Parameters

    Name Type Description
    item T

    The item to remove from the collection.

    Returns

    Type Description
    Boolean

    true if the item was successfully removed; otherwise, false.

    See Also