Skip to main content
A newer version of this page is available. .

IObjectSpace.Owner Property

Specifies the View that owns the current Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

object Owner { get; set; }

Property Value

Type Description
Object

An Object that is a View that owns the current Object Space.

Remarks

If you implement the IObjectSpace interface in the BaseObjectSpace class’ descendant, you don’t have to implement the Owner property. It is implemented in the BaseObjectSpace class. This property is used internally.

See Also