Enum ExportType
Specifies the type of data to be exported.
Namespace: Syncfusion.EJ2.TreeGridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public enum ExportType
Remarks
This enumeration defines the options for exporting data. The export type specifies whether to export all pages of the tree grid or only the records of the current page. It provides a way to control the scope of data being exported.
Fields
Name | Description |
---|---|
AllPages | Exports all pages of the tree grid. |
CurrentPage | Exports only the current page records of the tree grid. |