Session.ObjectLayer Property
In This Article
Provides access to an object access layer, which the current session uses to retrieve and update object data in a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
[Browsable(false)]
public IObjectLayer ObjectLayer { get; }
#Property Value
Type | Description |
---|---|
IObject |
An object that implements the IObject |
See Also