menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExportType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

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