Back to Devexpress

TargetWindow Enum

expressappframework-devexpress-dot-expressapp-f82f74c2.md

latest1.7 KB
Original Source

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

csharp
public enum TargetWindow
vb
Public Enum TargetWindow

Members

NameDescription
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.

|

The following properties accept/return TargetWindow values:

Remarks

For additional information, refer to the TargetWindow property description.

See Also

DevExpress.ExpressApp Namespace