XafDataView.ObjectSpace Property
In This Article
Gets the Object Space used to query data by the current XafDataView.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IObjectSpace ObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
See Also