menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridPdfExportProperties - API Reference

    Show / Hide Table of Contents

    Class TreeGridPdfExportProperties

    Defines the options for customizing the pdf document during export.

    Inheritance
    System.Object
    PdfExportProperties
    TreeGridPdfExportProperties
    Inherited Members
    PdfExportProperties.AllowHorizontalOverflow
    PdfExportProperties.Columns
    PdfExportProperties.DataSource
    PdfExportProperties.ExportType
    PdfExportProperties.FileName
    PdfExportProperties.IsRepeatHeader
    PdfExportProperties.IncludeCommandColumn
    PdfExportProperties.IncludeTemplateColumn
    PdfExportProperties.Footer
    PdfExportProperties.Header
    PdfExportProperties.IsThemeEnabled
    PdfExportProperties.HierarchyExportMode
    PdfExportProperties.IncludeHiddenColumn
    PdfExportProperties.PageOrientation
    PdfExportProperties.PageSize
    PdfExportProperties.Theme
    PdfExportProperties.DisableAutoFitWidth
    PdfExportProperties.IncludeHeaderRow
    PdfExportProperties.BeginCellLayout
    PdfExportProperties.EndCellLayout
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeGridPdfExportProperties : PdfExportProperties

    Constructors

    TreeGridPdfExportProperties()

    Declaration
    public TreeGridPdfExportProperties()

    Properties

    IsCollapsedStatePersist

    Specifies the collapsed state persistence in exported file.

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