Enum 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.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum HierarchyGridPrintMode
Fields
| Name | Description |
|---|---|
| All | Prints the master grid with all the child grids. |
| Expanded | Prints the master grid with expanded child grids. |
| None | Prints the master grid alone. |