Class ExportType
Defines Export Type.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
AllPages
Exports all page of the grid.
Declaration
public const ExportType AllPages
Field Value
Type |
---|
ExportType |
CurrentPage
Exports only the current page records of the grid.
Declaration
public const ExportType CurrentPage
Field Value
Type |
---|
ExportType |