TargetWindow Enum
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v22.1.dll
Declaration
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the TargetWindow enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.