XPObjectSpace.Dispose() Method
Releases all resources used by an XPObjectSpace object.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Remarks
The Dispose method releases all resources allocated by the current XPObjectSpace, and speeds up system performance. Usually, you do not need to use this method, because ObjectSpace objects are disposed of together with disposing container Views.
See Also