BaseDataListDesigner Class
Provides a base designer class for the DataGrid and DataList Web server control.
For a list of all members of this type, see BaseDataListDesigner Members.
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.TemplatedControlDesigner
System.Web.UI.Design.WebControls.BaseDataListDesigner
System.Web.UI.Design.WebControls.DataGridDesigner
System.Web.UI.Design.WebControls.DataListDesigner
[Visual Basic] MustInherit Public Class BaseDataListDesigner Inherits TemplatedControlDesigner Implements IDataSourceProvider [C#] public abstract class BaseDataListDesigner : TemplatedControlDesigner, IDataSourceProvider [C++] public __gc __abstract class BaseDataListDesigner : public TemplatedControlDesigner, IDataSourceProvider [JScript] public abstract class BaseDataListDesigner extends TemplatedControlDesigner implements IDataSourceProvider
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
To review an example that demonstrates much of the functionality of the BaseDataListDesigner class, see the System.Web.UI.Desing.TemplateControlDesigner class.
Notes to Implementers[note] When you inherit from BaseDataListDesigner, you must override the following members: OnTemplateEditingVerbsChanged.
Example
Requirements
Namespace: System.Web.UI.Design.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Design (in System.Design.dll)
See Also
BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace | DataList