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

ViewShortcut(Type, String, String) Constructor

Creates a new ViewShortcut.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ViewShortcut(
    Type objectClass,
    string objectKey,
    string viewId
)

Parameters

Name Type Description
objectClass Type

The type of the object(s) displayed by the View.

objectKey String

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

viewId String

A string containing the identifier of the View.

See Also