Skip to main content
.NET 6.0+

ViewShortcut(Type, String, String) Constructor

Creates a new ViewShortcut.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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