IObjectSpace.Owner Property
Specifies an object that owns the current Object Space.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Object | An object that owns the current Object Space. |
Remarks
If you implement the IObjectSpace interface in the BaseObjectSpace class descendant, do not implement the Owner property because the BaseObjectSpace class implements this property. This property is for internal use.
This property stores the root View or the root Object Space if the current Object Space is added to the AdditionalObjectSpaces collection.
See Also