NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataListDesigner Class

This is the designer class for the DataList control.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner
            UserControlDesigner
               WebControlDesigner
                  TemplatedControlDesigner
                     BaseDataListDesigner
                        DataListDesigner

[Visual Basic]
Public Class DataListDesigner
   Inherits BaseDataListDesigner
[C#]
public class DataListDesigner : BaseDataListDesigner
[C++]
public __gc class DataListDesigner : public BaseDataListDesigner
[JScript]
public class DataListDesigner extends BaseDataListDesigner

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design.WebControls

Assembly: System.Web.UI.Design.dll

See Also

DataListDesigner Members | System.Web.UI.Design.WebControls Namespace