Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafApplication.GetCompletedViewShortcut(ViewShortcut) Method

For internal use only.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewShortcut GetCompletedViewShortcut(
    ViewShortcut shortcut
)

Parameters

Name Type Description
shortcut ViewShortcut

A ViewShortcut object.

Returns

Type Description
ViewShortcut

A ViewShortcut object.

See Also