System.Web.UI.WebControls.WizardStepBase Members

The members of System.Web.UI.WebControls.WizardStepBase are listed below.

See Also: Inherited members from System.Web.UI.WebControls.View

Protected Constructors

Initializes a new instance of the System.Web.UI.WebControls.WizardStepBase class.

Public Properties

AllowReturnbool.

Gets or sets a value indicating whether the user is allowed to return to the current step from a subsequent step in a System.Web.UI.WebControls.WizardStepCollection collection.

[read-only]
Namestring.

Gets the name associated with a step in a control that acts as a wizard.

StepTypeWizardStepType.

Gets or sets the type of navigation user interface (UI) to display for a step in a System.Web.UI.WebControls.Wizard control.

Titlestring.

Gets or sets the title to use for a step in a System.Web.UI.WebControls.Wizard control when the sidebar feature is enabled.

[read-only]
WizardWizard.

Gets the System.Web.UI.WebControls.Wizard control that is the parent of the object derived from System.Web.UI.WebControls.WizardStepBase.