Skip to main content
.NET 6.0+

NewWindowTarget Enum

Contains values specifying the Window in which a View should be invoked.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum NewWindowTarget

Members

Name Description
Default

Specifies that the Window in which a View should be invoked is determined by the active Show View Strategy.

MdiChild

Specifies that a View should be invoked in a new tab of the main Window.

Separate

Specifies that a View should be invoked in a separate Window.

Remarks

These enumeration values are used to set the IModelOptionsWin.MdiDefaultNewWindowTarget property of the Application Model’s Options node. In addition, these enumeration values are used to set the ShowViewParameters.NewWindowTarget property when an application runs in a multiple document interface.

See Also