Skip to main content

ShowViewParameters.NewWindowTarget Property

Specifies whether to invoke the target View in a new tab/MDI child Window of the main Window or in a separate Window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
NewWindowTarget Default

The Window in which the View should be invoked.

Remarks

When the application displays a multiple document interface (the UIType property is set to TabbedMDI or StandardMDI) and the TargetWindow property is set to NewWindow or Default, use the NewWindowTarget property to specify where to display the target View.

See Also