Class PrintMode
Print mode options are.
- AllPagesPrint all pages records of the Grid.
- CurrentPagePrint current page records of the Grid.
Inheritance
System.Object
PrintMode
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PrintMode : Enum
Fields
AllPages
Print all pages records of the Grid
Declaration
public const PrintMode AllPages
Field Value
Type |
---|
PrintMode |
CurrentPage
Print current page records of the Grid
Declaration
public const PrintMode CurrentPage
Field Value
Type |
---|
PrintMode |