IModelDifferenceAspect.Owner Property
In This Article
Specifies the IModelDifference object the current IModelDifferenceAspect belongs to.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IModelDifference Owner { get; set; }
#Property Value
Type | Description |
---|---|
IModel |
A the IModel |
See Also