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

IModelDifferenceAspect.Owner Property

Specifies the IModelDifference object the current IModelDifferenceAspect belongs to.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IModelDifference Owner { get; set; }

Property Value

Type Description
IModelDifference

A the IModelDifference object specifying the model differences object that owns the current aspect.

See Also