Skip to main content

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

public enum NewWindowTarget

Members

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.

See Also