Skip to main content

TargetWindow Enum

Contains values that specify the type of the Window to display a View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum TargetWindow

Members

Name Description
Default

The active ShowViewStrategyBase determines the type of Window to display the target View.

Current

The current Window (Frame) displays the target View.

NewWindow

A newly created Window or tab (based on the active ShowViewStrategyBase) displays the target View.

NewModalWindow

A newly created modal Window displays the target View.

Remarks

For additional information, refer to the TargetWindow property description.

See Also