NewWindowTarget Enum
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
Name | Description |
---|---|
Default
|
Specifies that the Window in which a View should be invoked is determined by the active Show View Strategy. |
MdiChild
|
Specifies that a View should be invoked in a new tab of the main Window. |
Separate
|
Specifies that a View should be invoked in a separate Window. |
Remarks
These enumeration values are used to set the IModelOptionsWin.MdiDefaultNewWindowTarget property of the Application Model’s Options node. In addition, these enumeration values are used to set the ShowViewParameters.NewWindowTarget property when an application runs in a multiple document interface.
See Also