ISessionProvider.Session Property
When implemented by a class returns the session to which an instance of the current class belongs.
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
Property Value
Type | Description |
---|---|
Session | A Session object to which an object of the current class belongs. |
See Also