WizardStepCollectionEditor.CreateNewItemTypes Method
.NET Framework 3.0
Retrieves the data types this collection can contain.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The default implementation looks in the collection for the Item property and returns the returning Type of the item. Do not call this directly. Instead, use the NewItemTypes property of the base class. Use the CreateNewItemTypes method to override the default implementation.
Community Additions
ADD
Show: