Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.Owner Property

Specifies the View owning the current Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object Owner { get; set; }

Property Value

Type Description
Object

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

Remarks

This property is intended for internal use.

Implements

See Also