menu

WinForms

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

    Show / Hide Table of Contents

    Class GridViewDefinition

    Represents a class that represents the hierarchical data.

    Inheritance
    System.Object
    GridViewDefinition
    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.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class GridViewDefinition

    Constructors

    GridViewDefinition()

    Initializes a new instance of the GridViewDefinition class.

    Declaration
    public GridViewDefinition()

    Properties

    DataGrid

    Gets or sets the DataGrid used to set the properties of the DetailsViewDataGrid.

    Declaration
    public SfDataGrid DataGrid { get; set; }
    Property Value
    Type
    SfDataGrid

    RelationalColumn

    Gets or sets the relational column name to represent the hierarchical data.

    Declaration
    public string RelationalColumn { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved