| Name | Description | Type | Allowed Values |
|---|---|---|---|
| name | Name of the object. | String | |
| version | Version of the object. | Int32 |
| Name | Description | Type | Default Value | Allowed Values |
|---|---|---|---|---|
| caption | Caption of the object. | String | ||
| class | Class name of the controller of the object. | String | ||
| Context | Gets or sets the context name. | String | ||
| Enabled | Gets or sets the Enabled flag. | Boolean | True | True, False |
| helpFile | File containing help HTML content. | String | ||
| icon | Icon for the object. | String | ||
| Layout | Gets or sets the layout to use for this step. | String |
| Name | Description |
|---|---|
| onrefresh(IWizardStep) | Callback that is invoked when the step is initialized. |
| onreset(IWizardStep) | Callback that is invoked when we return to the previous step. |
| onupdate(IWizardStep) | Callback that is invoked when the step is finalized. |