Skip to main content
.NET 6.0+

IModelDifferenceAspect.Owner Property

Specifies the IModelDifference object the current IModelDifferenceAspect belongs to.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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