Enum PdfDetailRowMode
Defines the mode for exporting the detail rows to the PDF file format.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PdfDetailRowMode
Fields
| Name | Description |
|---|---|
| Expand | Default. Exports the detail row in an expanded state. |
| None | Exports only the parent rows, excluding detail rows. |