Property | Description |
Method Name | Name of a method that performs the transition to the new view. Specifying the Method Name property is optional. When you specify Method Name, Mobile Development generates a method and places code to transition to the view in the method you specify. You can then add additional code to the method. For more information, see
Logic for a Method Name Property. |
On Condition | Whether to perform the transition action at run time. |
Pane | Pane in which to display the view. |
Style | How to perform the transition to the new view, for example, fade in the new view or have the new view appear. |
View | View to transition to when the user-initiated event occurs. Specify the name of a ListView, NavView, View, or WebView object you previously defined in the model. |