System.Web.UI.WebControls.WizardStepBase.Name Property

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

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual string Name { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The WizardStepBase.Name property returns a string that identifies a step in a wizard control. If a value is specified for the WizardStepBase.Title property, the WizardStepBase.Name property returns that value. If no value is specified for the WizardStepBase.Title property, the WizardStepBase.Name property returns the value of the WizardStepBase.ID property. If values are not specified for either the WizardStepBase.Title or the WizardStepBase.ID property, the WizardStepBase.Name property returns null.

Requirements

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