Back to Devexpress

Session.RemoveFromLists(Object) Method

xpo-devexpress-dot-xpo-dot-session-dot-removefromlists-x28-system-dot-object-x29.md

latest1.1 KB
Original Source

Session.RemoveFromLists(Object) Method

This member supports the .NET Framework infrastructure and cannot be used directly from your code..

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public void RemoveFromLists(
    object theObject
)
vb
<Browsable(False)>
Public Sub RemoveFromLists(
    theObject As Object
)

Parameters

NameTypeDescription
theObjectObject

The persistent object.

|

See Also

Session Class

Session Members

DevExpress.Xpo Namespace