ModelDifferenceAspect.Owner Property
In This Article
Specifies the ModelDifference object the current ModelDifferenceAspect belongs to.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
#Declaration
[Association]
[RuleRequiredField(null, DefaultContexts.Save)]
public ModelDifference Owner { get; set; }
#Property Value
Type | Description |
---|---|
Model |
A the Model |
See Also