menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridColumnModel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridColumnModel

    Defines Grid column model

    Inheritance
    System.Object
    GridColumnModel
    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.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class GridColumnModel

    Constructors

    GridColumnModel()

    Declaration
    public GridColumnModel()

    Properties

    columns

    Defines Export columns

    Declaration
    public List<GridColumn> columns { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<GridColumn>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved