DataGridComponentEditor Class
Provides a component editor for a Web Forms DataGrid Web server control.
For a list of all members of this type, see DataGridComponentEditor Members.
System.Object
System.ComponentModel.ComponentEditor
System.Windows.Forms.Design.WindowsFormsComponentEditor
System.Web.UI.Design.WebControls.BaseDataListComponentEditor
System.Web.UI.Design.WebControls.DataGridComponentEditor
[Visual Basic] Public Class DataGridComponentEditor Inherits BaseDataListComponentEditor [C#] public class DataGridComponentEditor : BaseDataListComponentEditor [C++] public __gc class DataGridComponentEditor : public BaseDataListComponentEditor [JScript] public class DataGridComponentEditor extends BaseDataListComponentEditor
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
A component editor is a class that provides a custom user interface for editing the properties of a control as a whole.
Example
The following code example uses the EditorAttribute class to associate the DataGridComponentEditor class with a class, named SimpleDataGrid, that inherits from the DataGrid class.
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
DataGridComponentEditor Members | System.Web.UI.Design.WebControls Namespace | DataGrid | DataGridDesigner