Back to Devexpress

NewWindowTarget Enum

expressappframework-devexpress-dot-expressapp-08113bcf.md

latest2.0 KB
Original Source

NewWindowTarget Enum

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

Declaration

csharp
public enum NewWindowTarget
vb
Public Enum NewWindowTarget

Members

NameDescription
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

DevExpress.ExpressApp Namespace