ASP.NET Core

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

    Show / Hide Table of Contents

    Class PdfTreeGridRow

    Inheritance
    System.Object
    PdfTreeGridRow
    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 PdfTreeGridRow

    Constructors

    PdfTreeGridRow(PdfTreeGrid)

    Declaration
    public PdfTreeGridRow(PdfTreeGrid treegrid)
    Parameters
    Type Name Description
    PdfTreeGrid treegrid

    Properties

    Cells

    Declaration
    public PdfTreeGridCellCollection Cells { get; }
    Property Value
    Type Description
    PdfTreeGridCellCollection

    Height

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    IsParentRow

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

    Level

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32

    RecordIndex

    Declaration
    public int RecordIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Style

    Declaration
    public PdfTreeGridRowStyle Style { get; set; }
    Property Value
    Type Description
    PdfTreeGridRowStyle

    Width

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