BaseDataListComponentEditor Class
Provides a component editor base class for Web server controls that are derived from the BaseDataList class.
Assembly: System.Design (in System.Design.dll)
A component editor provides a user interface for editing the properties of a control. Component editors are invoked from control designers by using the Property Builder menu item from the context menu on the control. Component editors that are derived from the BaseDataListComponentEditor class are invoked from designers derived from the BaseDataListDesigner class, and are used to edit the properties of controls that are derived from the BaseDataList class. For examples of such controls, see DataGrid and DataList.
The EditComponent method displays a component editor for the associated control, if one can be created. The GetInitialComponentEditorPageIndex method returns the index of the initial page to be displayed in the component editor.
- SecurityPermission
for calling unmanaged code. Demand value: Demand; Associated enumeration: UnmanagedCode.
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
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.