ASP.NET Core

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

    Show / Hide Table of Contents

    Class TreeGridExportSettings

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

    Constructors

    TreeGridExportSettings()

    Declaration
    public TreeGridExportSettings()

    Properties

    EnableHeaderInAllPages

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

    IncludeHiddenColumn

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

    IncludeTemplateColumn

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

    IsFitToWidth

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

    PageOrientation

    Declaration
    public PdfPageOrientation PageOrientation { get; set; }
    Property Value
    Type Description
    PdfPageOrientation

    Theme

    Declaration
    public ExportTheme Theme { get; set; }
    Property Value
    Type Description
    ExportTheme

    Unicode

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