Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelNavigationItem.ObjectKey Property

Specifies the key property value (Oid by default) of the object that is present in the navigation control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

string ObjectKey { get; set; }

Property Value

Type Description
String

A string value specifying the key property value of the object that is present in the navigation control.

See Also