Skip to main content
.NET 6.0+

ShowViewParameters.NewWindowTarget Property

Specifies the Window in which a View should be invoked.

Namespace: DevExpress.ExpressApp

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