menu

Blazor

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

    Show / Hide Table of Contents

    Class HierarchyGridPrintMode

    Hierarchy Grid Print modes are.

    • ExpandedPrints the master grid with expanded child grids.
    • AllPrints the master grid with all the child grids.
    • NonePrints the master grid alone.
    Inheritance
    System.Object
    HierarchyGridPrintMode
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HierarchyGridPrintMode : Enum

    Fields

    All

    Prints the master grid with all the child grids.

    Declaration
    public const HierarchyGridPrintMode All
    Field Value
    Type
    HierarchyGridPrintMode

    Expanded

    Prints the master grid with expanded child grids.

    Declaration
    public const HierarchyGridPrintMode Expanded
    Field Value
    Type
    HierarchyGridPrintMode

    None

    Prints the master grid alone.

    Declaration
    public const HierarchyGridPrintMode None
    Field Value
    Type
    HierarchyGridPrintMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved