System.Web.UI.WebControls.Wizard: Property Members

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

Public Properties

[read-only]
ActiveStepWizardStepBase.

Gets the step in the Wizard.WizardSteps collection that is currently displayed to the user.

ActiveStepIndexint.

Gets or sets the index of the current System.Web.UI.WebControls.WizardStepBase object.

CancelButtonImageUrlstring.

Gets or sets the URL of the image displayed for the Cancel button.

[read-only]
CancelButtonStyleStyle.

Gets a reference to a collection of style properties that define the appearance of the Cancel button.

CancelButtonTextstring.

Gets or sets the text caption that is displayed for the Cancel button.

CancelButtonTypeButtonType.

Gets or sets the type of button that is rendered as the Cancel button.

CancelDestinationPageUrlstring.

Gets or sets the URL that the user is directed to when they click the Cancel button.

CellPaddingint.

Gets or sets the amount of space between the contents of the cell and the cell border.

CellSpacingint.

Gets or sets the amount of space between cells.

DisplayCancelButtonbool.

Gets or sets a Boolean value indicating whether to display a Cancel button.

DisplaySideBarbool.

Gets or sets a Boolean value indicating whether to display the sidebar area on the System.Web.UI.WebControls.Wizard control.

FinishCompleteButtonImageUrlstring.

Gets or sets the URL of the image that is displayed for the Finish button.

[read-only]
FinishCompleteButtonStyleStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Finish button.

FinishCompleteButtonTextstring.

Gets or sets the text caption that is displayed for the Finish button.

FinishCompleteButtonTypeButtonType.

Gets or sets the type of button that is rendered as the Finish button.

FinishDestinationPageUrlstring.

Gets or sets the URL that the user is redirected to when they click the Finish button.

FinishNavigationTemplateSystem.Web.UI.ITemplate.

Gets or sets the template that is used to display the navigation area on the WizardStepType.Finish step.

FinishPreviousButtonImageUrlstring.

Gets or sets the URL of the image that is displayed for the Previous button on the WizardStepType.Finish step.

[read-only]
FinishPreviousButtonStyleStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Previous button on the WizardStepType.Finish step.

FinishPreviousButtonTextstring.

Gets or sets the text caption that is displayed for the Previous button on the WizardStepType.Finish step.

FinishPreviousButtonTypeButtonType.

Gets or sets the type of button that is rendered as the Previous button on the WizardStepType.Finish step.

[read-only]
HeaderStyleTableItemStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the header area on the control.

HeaderTemplateSystem.Web.UI.ITemplate.

Gets or sets the template that is used to display the header area on the control.

HeaderTextstring.

Gets or sets the text caption that is displayed for the header area on the control.

[read-only]
NavigationButtonStyleStyle.

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]
NavigationStyleTableItemStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the navigation area on the control.

[read-only]
SideBarButtonStyleStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the buttons on the sidebar.

[read-only]
SideBarStyleTableItemStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the sidebar area on the control.

SideBarTemplateSystem.Web.UI.ITemplate.

Gets or sets the template that is used to display the sidebar area on the control.

SkipLinkTextstring.

Gets or sets a value that is used to render alternate text that notifies screen readers to skip the content in the sidebar area.

StartNavigationTemplateSystem.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.

StartNextButtonImageUrlstring.

Gets or sets the URL of the image that is displayed for the Next button on the WizardStepType.Start step.

[read-only]
StartNextButtonStyleStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Next button on the WizardStepType.Start step.

StartNextButtonTextstring.

Gets or sets the text caption that is displayed for the Next button on the WizardStepType.Start step.

StartNextButtonTypeButtonType.

Gets or sets the type of button that is rendered as the Next button on the WizardStepType.Start step.

StepNavigationTemplateSystem.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.

StepNextButtonImageUrlstring.

Gets or sets the URL of the image that is displayed for the Next button.

[read-only]
StepNextButtonStyleStyle.

Gets a reference to the System.Web.UI.WebControls.Style object that defines the settings for the Next button.

StepNextButtonTextstring.

Gets or sets the text caption that is displayed for the Next button.

StepNextButtonTypeButtonType.

Gets or sets the type of button that is rendered as the Next button.

StepPreviousButtonImageUrlstring.

Gets or sets the URL of the image that is displayed for the Previous button.

[read-only]
StepPreviousButtonStyleStyle.

Gets a reference to a System.Web.UI.WebControls.Style object that defines the settings for the Previous button.

StepPreviousButtonTextstring.

Gets or sets the text caption that is displayed for the Previous button.

StepPreviousButtonTypeButtonType.

Gets or sets the type of button that is rendered as the Previous button.

[read-only]
StepStyleTableItemStyle.

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]
WizardStepsWizardStepCollection.

Gets a collection containing all the System.Web.UI.WebControls.WizardStepBase objects that are defined for the control.

Protected Properties