ShowViewParameters Properties
Represents a set of parameters used to display a new View.| Name | Description |
|---|---|
| Context | Specifies the Template context for the Window that will contain the target View. |
| Controllers | Provides access to a collection of Controllers that should only be activated for the target View or its Window. |
| CreateAllControllers | Specifies whether all Controllers that satisfy the target View or its Window must be created. |
| CreatedView | Specifies the View to be displayed. |
| NewWindowTarget | Specifies the Window in which a View should be invoked. |
| TargetWindow | Specifies the type of the Window that will embed the target View. |
See Also