Enum ExportType
Defines Export Type.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ExportType
Fields
| Name | Description |
|---|---|
| AllPages | Exports all page of the grid. |
| CurrentPage | Exports only the current page records of the grid. |