Class TreeGridExcelExportProperties
Defines the options for customizing the excel document during export.
Inherited Members
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridExcelExportProperties : ExcelExportProperties
Constructors
TreeGridExcelExportProperties()
Declaration
public TreeGridExcelExportProperties()
Properties
IsCollapsedStatePersist
Specifies the collapsed state persistence in exported file.
Declaration
public bool IsCollapsedStatePersist { get; set; }
Property Value
Type |
---|
System.Boolean |