menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDesignerMain - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved