8 references to MultiView
System.Web (8)
UI\WebControls\Wizard.cs (8)
137
return
MultiView
.GetActiveView() as WizardStepBase;
150
return
MultiView
.ActiveViewIndex;
159
if (
MultiView
.ActiveViewIndex != value) {
160
MultiView
.ActiveViewIndex = value;
2489
_layoutContainer.ControlToRender = Owner.
MultiView
;
2567
ReplacePlaceholderWithControl(layoutContainer, placeholder, Owner.
MultiView
);
2800
_stepTableCell.Controls.Add(Owner.
MultiView
);
3543
return _wizard.
MultiView
.Views;