Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NewWindowTarget Enum

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

Namespace: DevExpress.ExpressApp

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

#Related API Members

The following properties accept/return NewWindowTarget values:

#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