ISessionProvider Interface
The interface which must be implemented by classes that should work with a Session object.
Namespace: DevExpress.Xpo.Helpers
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
This interface must be implemented by the classes that work with a Session object. Currently, the XPBaseCollection and XPView implement this interface.
See Also