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

IModelClass.DefaultProperty Property

Specifies the property that represents the current class in a Property Editor by default.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

string DefaultProperty { get; set; }

Property Value

Type Description
String

A string specifying the property that represents the current class in a Property Editor by default.

Remarks

The specified property is used to represent the current class, for example, in a List View of a Lookup Property Editor. For details, see DefaultPropertyAttribute in the Data Annotations in Data Model topic.

See Also