TargetWindow Enum
In This Article
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Default
|
The target View will be displayed in the Window whose type is determined by the active Show |
Current
|
The target View will be displayed in the current Window. |
New
|
The target View will be displayed in a newly created Window. |
New
|
The View will be displayed in a newly created modal Window. |
#Related API Members
The following properties accept/return TargetWindow values:
#Remarks
To get the enumeration value which is currently used by a ShowViewParameters object, use the ShowViewParameters.TargetWindow property.
See Also