Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TargetWindow Enum

Contains values specifying the type of the Window to display a View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public enum TargetWindow

Members

Name Description
Default

The target View will be displayed in the Window whose type is determined by the active ShowViewStrategy, taking into account the current Window and View type.

Current

The target View will be displayed in the current Window.

NewWindow

The target View will be displayed in a newly created Window.

NewModalWindow

The View will be displayed in a newly created modal Window.

Remarks

To get the enumeration value which is currently used by a ShowViewParameters object, use the ShowViewParameters.TargetWindow property.

See Also