System.Web.UI.WebControls.TemplatedWizardStep Class

Represents a step in a wizard control that can be customized through the use of templates.

See Also: TemplatedWizardStep Members

Syntax

[System.Web.UI.ParseChildren(true)]
[System.Web.UI.PersistChildren(false)]
[System.ComponentModel.Bindable(false)]
[System.Web.UI.Themeable(true)]
public class TemplatedWizardStep : WizardStepBase

Remarks

The System.Web.UI.WebControls.TemplatedWizardStep class is provided to enable developers to apply a template to the steps in a control that acts as a wizard. The System.Web.UI.WebControls.TemplatedWizardStep class is intended to be used primarily by control developers.

You can apply a theme to System.Web.UI.WebControls.TemplatedWizardStep.

Requirements

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