menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved