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

IModelClass.KeyProperty Property

Specifies the property that is considered a key.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

string KeyProperty { get; set; }

Property Value

Type Description
String

A string specifying the name of the property that is considered a key.

Remarks

By default, this property is set to the BaseObject node’s KeyProperty property value, which is set to Oid.

Key properties can be read-only in XAF applications. For details, see KeyProperty in the Data Annotations in Data Model topic.

See Also