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