BaseDataListComponentEditor Class
Provides a base component editor class for the Web Forms DataGrid and DataList Web server controls.
For a list of all members of this type, see BaseDataListComponentEditor Members.
System.Object
System.ComponentModel.ComponentEditor
System.Windows.Forms.Design.WindowsFormsComponentEditor
System.Web.UI.Design.WebControls.BaseDataListComponentEditor
System.Web.UI.Design.WebControls.DataGridComponentEditor
System.Web.UI.Design.WebControls.DataListComponentEditor
[Visual Basic] MustInherit Public Class BaseDataListComponentEditor Inherits WindowsFormsComponentEditor [C#] public abstract class BaseDataListComponentEditor : WindowsFormsComponentEditor [C++] public __gc __abstract class BaseDataListComponentEditor : public WindowsFormsComponentEditor [JScript] public abstract class BaseDataListComponentEditor extends WindowsFormsComponentEditor
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.
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
BaseDataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace | DataGrid | DataList