Back to Devexpress

IObjectSpace.Owner Property

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-d523e1c5.md

latest1.6 KB
Original Source

IObjectSpace.Owner Property

Specifies an object that owns the current Object Space.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
object Owner { get; set; }
vb
Property Owner As Object

Property Value

TypeDescription
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

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace