IModelInterfaceLink.Interface Property
In This Article
Specifies a Domain Component aggregated by the current Domain Component.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DefaultValue(null)]
IModelClass Interface { get; }
#Property Value
Type | Default | Description |
---|---|---|
IModel |
null | An IModel |
See Also