expressappframework-devexpress-dot-expressapp-08113bcf.md
Contains values that specify the Window where a View should be invoked.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum NewWindowTarget
Public Enum NewWindowTarget
| Name | Description |
|---|---|
Default |
Refers to the value MdiChild.
|
| MdiChild |
If the application displays a tabbed multiple document interface (UIType=TabbedMDI), the target View is invoked in a new tab of the main Window.
If the application displays a standard multiple document interface (UIType=StandardMDI), the target View is invoked in a new MDI child Window.
|
| Separate |
The target View is invoked in a separate Window. In Blazor, the new window is modal.
|
The following properties accept/return NewWindowTarget values:
See Also