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

TargetWindow Enum

Contains values specifying the type of the Window to display a View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public enum TargetWindow

#Members

Name Description
Default

The target View will be displayed in the Window whose type is determined by the active ShowViewStrategy, taking into account the current Window and View type.

Current

The target View will be displayed in the current Window.

NewWindow

The target View will be displayed in a newly created Window.

NewModalWindow

The View will be displayed in a newly created modal Window.

#Related API Members

The following properties accept/return TargetWindow values:

#Remarks

To get the enumeration value which is currently used by a ShowViewParameters object, use the ShowViewParameters.TargetWindow property.

See Also