expressappframework-devexpress-dot-expressapp-f82f74c2.md
Contains values that specify the type of the Window to display a View.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum TargetWindow
Public Enum TargetWindow
| Name | Description |
|---|---|
Default |
The active ShowViewStrategyBase determines the type of Window to display the target View.
|
| Current |
The current Window (Frame) displays the target View.
|
| NewWindow |
A newly created Window or tab (based on the active ShowViewStrategyBase) displays the target View.
|
| NewModalWindow |
A newly created modal Window displays the target View.
|
The following properties accept/return TargetWindow values:
For additional information, refer to the TargetWindow property description.
See Also