Class GridDesignerMain
Static entry point for design editor
Inheritance
System.Object
GridDesignerMain
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Design
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDesignerMain
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. |