System.Web.UI.Design.WebControls.BaseDataListComponentEditor Class

Provides a component editor base class for Web server controls that are derived from the System.Web.UI.WebControls.BaseDataList class.

See Also: BaseDataListComponentEditor Members

Syntax

public abstract class BaseDataListComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor

Remarks

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 System.Web.UI.Design.WebControls.BaseDataListComponentEditor class are invoked from designers derived from the System.Web.UI.Design.WebControls.BaseDataListDesigner class, and are used to edit the properties of controls that are derived from the System.Web.UI.WebControls.BaseDataList class. For examples of such controls, see System.Web.UI.WebControls.DataGrid and System.Web.UI.WebControls.DataList.

The BaseDataListComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext, object, System.Windows.Forms.IWin32Window) method displays a component editor for the associated control, if one can be created. The BaseDataListComponentEditor.GetInitialComponentEditorPageIndex method returns the index of the initial page to be displayed in the component editor.

Requirements

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0