ViewShortcut(Type, String, String, Point) Constructor
Creates a new ViewShortcut.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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