Enum PrintMode
Print mode options are.
- AllPagesPrint all pages records of the Grid.
- CurrentPagePrint current page records of the Grid.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PrintMode
Fields
| Name | Description |
|---|---|
| AllPages | Print all pages records of the Grid |
| CurrentPage | Print current page records of the Grid |