Back to Devexpress

PresentationCollectionBase<T>.Remove(T) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-dot-remove-x28-0-x29.md

latest1.4 KB
Original Source

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

csharp
public bool Remove(
    T item
)
vb
Public Function Remove(
    item As T
) As Boolean

Parameters

NameTypeDescription
itemT

The item to remove from the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace