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

IModelMember.ModelClass Property

Specifies the business class in which the current property is declared.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
IModelClass ModelClass { get; }

Property Value

Type Description
IModelClass

An IModelClass object representing the business class in which the current property is declared.

See Also