Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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