The properties of System.Web.UI.WebControls.Wizard are listed below. For a list of all members, see the Wizard Members list.
See Also: Inherited members from System.Web.UI.WebControls.CompositeControl
| [read-only] | ActiveStep | WizardStepBase.
Gets the step in the Wizard.WizardSteps collection that is currently displayed to the user. |
| ActiveStepIndex | int.
Gets or sets the index of the current System.Web.UI.WebControls.WizardStepBase object. | |
| CancelButtonImageUrl | string.
Gets or sets the URL of the image displayed for the Cancel button. | |
| [read-only] | CancelButtonStyle | Style.
Gets a reference to a collection of style properties that define the appearance of the Cancel button. |
| CancelButtonText | string.
Gets or sets the text caption that is displayed for the Cancel button. | |
| CancelButtonType | ButtonType.
Gets or sets the type of button that is rendered as the Cancel button. | |
| CancelDestinationPageUrl | string.
Gets or sets the URL that the user is directed to when they click the Cancel button. | |
| CellPadding | int.
Gets or sets the amount of space between the contents of the cell and the cell border. | |
| CellSpacing | int.
Gets or sets the amount of space between cells. | |
| DisplayCancelButton | bool.
Gets or sets a Boolean value indicating whether to display a Cancel button. | |
| DisplaySideBar | bool.
Gets or sets a Boolean value indicating whether to display the sidebar area on the System.Web.UI.WebControls.Wizard control. | |
| FinishCompleteButtonImageUrl | string.
Gets or sets the URL of the image that is displayed for the Finish button. | |
| [read-only] | FinishCompleteButtonStyle | Style.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Finish button. |
| FinishCompleteButtonText | string.
Gets or sets the text caption that is displayed for the Finish button. | |
| FinishCompleteButtonType | ButtonType.
Gets or sets the type of button that is rendered as the Finish button. | |
| FinishDestinationPageUrl | string.
Gets or sets the URL that the user is redirected to when they click the Finish button. | |
| FinishNavigationTemplate | System.Web.UI.ITemplate.
Gets or sets the template that is used to display the navigation area on the WizardStepType.Finish step. | |
| FinishPreviousButtonImageUrl | string.
Gets or sets the URL of the image that is displayed for the Previous button on the WizardStepType.Finish step. | |
| [read-only] | FinishPreviousButtonStyle | Style.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Previous button on the WizardStepType.Finish step. |
| FinishPreviousButtonText | string.
Gets or sets the text caption that is displayed for the Previous button on the WizardStepType.Finish step. | |
| FinishPreviousButtonType | ButtonType.
Gets or sets the type of button that is rendered as the Previous button on the WizardStepType.Finish step. | |
| [read-only] | HeaderStyle | TableItemStyle.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the header area on the control. |
| HeaderTemplate | System.Web.UI.ITemplate.
Gets or sets the template that is used to display the header area on the control. | |
| HeaderText | string.
Gets or sets the text caption that is displayed for the header area on the control. | |
| [read-only] | NavigationButtonStyle | Style.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the buttons in the navigation area on the control. |
| [read-only] | NavigationStyle | TableItemStyle.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the navigation area on the control. |
| [read-only] | SideBarButtonStyle | Style.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the buttons on the sidebar. |
| [read-only] | SideBarStyle | TableItemStyle.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the sidebar area on the control. |
| SideBarTemplate | System.Web.UI.ITemplate.
Gets or sets the template that is used to display the sidebar area on the control. | |
| SkipLinkText | string.
Gets or sets a value that is used to render alternate text that notifies screen readers to skip the content in the sidebar area. | |
| StartNavigationTemplate | System.Web.UI.ITemplate.
Gets or sets the template that is used to display the navigation area on the WizardStepType.Start step of the System.Web.UI.WebControls.Wizard control. | |
| StartNextButtonImageUrl | string.
Gets or sets the URL of the image that is displayed for the Next button on the WizardStepType.Start step. | |
| [read-only] | StartNextButtonStyle | Style.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Next button on the WizardStepType.Start step. |
| StartNextButtonText | string.
Gets or sets the text caption that is displayed for the Next button on the WizardStepType.Start step. | |
| StartNextButtonType | ButtonType.
Gets or sets the type of button that is rendered as the Next button on the WizardStepType.Start step. | |
| StepNavigationTemplate | System.Web.UI.ITemplate.
Gets or sets the template that is used to display the navigation area on any System.Web.UI.WebControls.WizardStepBase-derived objects other than the WizardStepType.Start, the WizardStepType.Finish, or WizardStepType.Complete step. | |
| StepNextButtonImageUrl | string.
Gets or sets the URL of the image that is displayed for the Next button. | |
| [read-only] | StepNextButtonStyle | Style.
Gets a reference to the System.Web.UI.WebControls.Style object that defines the settings for the Next button. |
| StepNextButtonText | string.
Gets or sets the text caption that is displayed for the Next button. | |
| StepNextButtonType | ButtonType.
Gets or sets the type of button that is rendered as the Next button. | |
| StepPreviousButtonImageUrl | string.
Gets or sets the URL of the image that is displayed for the Previous button. | |
| [read-only] | StepPreviousButtonStyle | Style.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Previous button. |
| StepPreviousButtonText | string.
Gets or sets the text caption that is displayed for the Previous button. | |
| StepPreviousButtonType | ButtonType.
Gets or sets the type of button that is rendered as the Previous button. | |
| [read-only] | StepStyle | TableItemStyle.
Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the System.Web.UI.WebControls.WizardStep objects. |
| [read-only] | WizardSteps | WizardStepCollection.
Gets a collection containing all the System.Web.UI.WebControls.WizardStepBase objects that are defined for the control. |
| [read-only] | TagKey | System.Web.UI.HtmlTextWriterTag.
Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to the System.Web.UI.WebControls.Wizard control. |