Class GridDesignerMain
Static entry point for design editor
Inheritance
System.Object
GridDesignerMain
Namespace: Syncfusion.Windows.Forms.Grid.Design
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDesignerMain : Object
Constructors
GridDesignerMain()
Default Constructor.
Declaration
public GridDesignerMain()
Methods
Design(GridControl)
Initializes the design editor based on the supplied GridControl
Declaration
public static void Design(GridControl grid)
Parameters
| Type | Name | Description |
|---|---|---|
| GridControl | grid | The grid control. |