NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridDesigner Class

This is the designer class for the DataGrid control.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner
            UserControlDesigner
               WebControlDesigner
                  TemplatedControlDesigner
                     BaseDataListDesigner
                        DataGridDesigner

[Visual Basic]
Public Class DataGridDesigner
   Inherits BaseDataListDesigner
[C#]
public class DataGridDesigner : BaseDataListDesigner
[C++]
public __gc class DataGridDesigner : public BaseDataListDesigner
[JScript]
public class DataGridDesigner extends BaseDataListDesigner

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design.WebControls

Assembly: System.Web.UI.Design.dll

See Also

DataGridDesigner Members | System.Web.UI.Design.WebControls Namespace