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
Expanded
Prints the master grid with expanded child grids.
Declaration
public const HierarchyGridPrintMode Expanded
Field Value
None
Prints the master grid alone.
Declaration
public const HierarchyGridPrintMode None