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

The active Show View Strategy determines a Window where a View is invoked.

MdiChild

A View is invoked in a new tab of the main Window.

Separate

A View is invoked in a separate Window.

See Also