Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPBaseCollection.BaseRemove(Object) Method

Removes the specified persistent object from the XPBaseCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public virtual bool BaseRemove(
    object theObject
)

Parameters

Name Type Description
theObject Object

An object to remove from the collection.

Returns

Type Description
Boolean

true if the object has been successfully removed from the collection; otherwise, false.

See Also