ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTreeGridColumn - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfTreeGridColumn

    Inheritance
    System.Object
    PdfTreeGridColumn
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class PdfTreeGridColumn

    Constructors

    PdfTreeGridColumn(PdfTreeGrid)

    Declaration
    public PdfTreeGridColumn(PdfTreeGrid treeGrid)
    Parameters
    Type Name Description
    PdfTreeGrid treeGrid

    Properties

    Field

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    Format

    Declaration
    public PdfStringFormat Format { get; set; }
    Property Value
    Type Description
    PdfStringFormat

    HeaderText

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    IsTreeColumn

    Declaration
    public bool IsTreeColumn { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved