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

ViewShortcut(Type, String, String, Point) Constructor

Creates a new ViewShortcut.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

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

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.

scrollPosition Point

A Point object specifying the scroll bar position of the Window displaying the View.

See Also