5 references to Step
System.Web (5)
UI\WebControls\Wizard.cs (4)
1611
return WizardStepType.
Step
;
1771
if (stepType != WizardStepType.Start && stepType != WizardStepType.
Step
) {
1784
if (stepType != WizardStepType.
Step
&& stepType != WizardStepType.Finish) {
2294
_stepNavigationTemplateContainer.Visible = (type == WizardStepType.
Step
);
UI\WebControls\WizardStepBase.cs (1)
141
if (value < WizardStepType.Auto || value > WizardStepType.
Step
) {