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

ShowViewParameters.NewWindowTarget Property

Specifies the Window in which a View should be invoked.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(NewWindowTarget.Default)]
public NewWindowTarget NewWindowTarget { get; set; }

Property Value

Type Default Description
NewWindowTarget **Default**

A NewWindowTarget enumeration value specifying the Window in which a View should be invoked.

See Also