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
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 |
|