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

IModelClass.FriendlyKeyProperty Property

Specifies the property that is considered an analog of the BaseObject.Oid property, to use more suitable values.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

string FriendlyKeyProperty { get; set; }

Property Value

Type Description
String

A string specifying the property that is considered an analog of the Oid property, to use more suitable values.

Remarks

By default, this property is set to the BaseObject node’s FriendlyKeyProperty property value.

For details, see the FriendlyKeyProperty in the Data Annotations in Data Model topic.

See Also