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

ShowViewParameters(View) Constructor

Creates an instance of the ShowViewParameters class and initializes the ShowViewParameters.CreatedView property.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ShowViewParameters(
    View view
)

Parameters

Name Type Description
view View

A View object that represents the target View to be displayed.

Remarks

Normally, you do not need to use this method. A common scenario would be where a ShowViewParameters object is used is to display a View, after executing an Action. In this instance, the required ShowViewParameters object is passed as an Execute event handler’s ActionBaseEventArgs.ShowViewParameters parameter.

See Also