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
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The item to remove from the collection. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also