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

ViewShortcut.ObjectKey Property

Specifies the key property value of the object displayed by the View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string ObjectKey { get; set; }

Property Value

Type Description
String

A string containing the key property value of the object displayed by the View.

Remarks

This property provides access to the value corresponding to the ViewShortcut.ObjectKeyParamName key in the current ViewShortcut.

See Also