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

ShowViewParameters() Constructor

Creates an instance of the ShowViewParameters class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ShowViewParameters()

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