WizardStepBase::Wizard Property

 

Gets the Wizard control that is the parent of the object derived from WizardStepBase.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property Wizard^ Wizard {
	Wizard^ get();
}

Property Value

Type: System.Web.UI.WebControls::Wizard^

The Wizard control that is the parent of the object derived from WizardStepBase.

.NET Framework
Available since 2.0
Return to top
Show: