DataGridComponentEditor

DataGridComponentEditor

System.Web.UI.Design.WebControls (system.design.dll)class

This class provides a custom System.ComponentModel.ComponentEditor used to edit complex property information for the System.Web.UI.WebControls.DataGrid control in a special graphical window with multiple pages. This window, which includes information for configuring columns, paging, format, and borders, can be displayed by choosing "Property Builder" from the context menu.

public class DataGridComponentEditor : BaseDataListComponentEditor {
// Public Constructors
   public DataGridComponentEditor( );
   public DataGridComponentEditor(int initialPage);
// Protected Instance Methods
   protected override Type[ ] GetComponentEditorPages( );
                 // overrides System.Windows.Forms.Design.WindowsFormsComponentEditor
}

Hierarchy

System.Object System.ComponentModel.ComponentEditor System.Windows.Forms.Design.WindowsFormsComponentEditor BaseDataListComponentEditor DataGridComponentEditor



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace