DataListDesigner.Initialize Method
.NET Framework 3.0
Initializes the designer with the specified component.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The following code example shows how to override the Initialize method to ensure that the designer is initialized only with instances of the SimpleDataList class.
This code example is part of a larger example provided for the DataListDesigner class.
Community Additions
ADD
Show: