Skip to main content
.NET 6.0+

XafApplication.GetCompletedViewShortcut(ViewShortcut) Method

For internal use only.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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