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

IModelInterfaceLink.Interface Property

Specifies a Domain Component aggregated by the current Domain Component.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue(null)]
IModelClass Interface { get; }

Property Value

Type Default Description
IModelClass *null*

An IModelClass object specifying a Domain Component aggregated by the current Domain Component.

See Also