Skip to main content
.NET 6.0+

ViewShortcut(String, String) Constructor

Creates a new ViewShortcut.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewShortcut(
    string viewId,
    string objectKey
)

Parameters

Name Type Description
viewId String

A string containing the identifier of the View.

objectKey String

An object containing the key property value of the object displayed by the View.

See Also