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!

BaseDataListDesigner Class

This is the designer class for the base DataList WebControl.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner
            UserControlDesigner
               WebControlDesigner
                  TemplatedControlDesigner
                     BaseDataListDesigner

[Visual Basic]
MustInherit Public Class BaseDataListDesigner
   Inherits TemplatedControlDesigner
[C#]
public abstract class BaseDataListDesigner :
   TemplatedControlDesigner
[C++]
public __gc __abstract class BaseDataListDesigner : public
   TemplatedControlDesigner
[JScript]
public abstract class BaseDataListDesigner extends
   TemplatedControlDesigner

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design.WebControls

Assembly: System.Web.UI.Design.dll

See Also

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