menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridExcelExportProperties - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridExcelExportProperties

    Defines the options for customizing the excel document during export.

    Inheritance
    System.Object
    ExcelExportProperties
    TreeGridExcelExportProperties
    Inherited Members
    ExcelExportProperties.Columns
    ExcelExportProperties.DataSource
    ExcelExportProperties.ExcelDetailRowMode
    ExcelExportProperties.ExportType
    ExcelExportProperties.FileName
    ExcelExportProperties.Footer
    ExcelExportProperties.GridSheetIndex
    ExcelExportProperties.Header
    ExcelExportProperties.HierarchyExportMode
    ExcelExportProperties.IncludeCommandColumn
    ExcelExportProperties.IncludeHeaderRow
    ExcelExportProperties.IncludeHiddenColumn
    ExcelExportProperties.IncludeTemplateColumn
    ExcelExportProperties.Theme
    ExcelExportProperties.Workbook
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeGridExcelExportProperties : ExcelExportProperties

    Constructors

    TreeGridExcelExportProperties()

    Declaration
    public TreeGridExcelExportProperties()

    Properties

    IsCollapsedStatePersist

    Gets or sets a value indicating whether the collapsed state is persisted in the exported file.

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

    true if the collapsed state is persisted; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved