TargetWindow Enum
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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