System.Web.UI.WebControls.Wizard.ActiveStep Property

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

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public WizardStepBase ActiveStep { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Wizard.ActiveStep property returns the System.Web.UI.WebControls.WizardStepBase object that is currently displayed in the System.Web.UI.WebControls.Wizard control. The Wizard.ActiveStep property is read-only; however, you can use the Wizard.ActiveStep property to access the properties of the current System.Web.UI.WebControls.WizardStepBase object. Use the Wizard.ActiveStepIndex property to dynamically change the Wizard.ActiveStep to a different System.Web.UI.WebControls.WizardStepBase object. Alternatively, you can use the Wizard.MoveTo(WizardStepBase) method to dynamically set the Wizard.ActiveStep property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0