Class PdfDetailRowMode
Defines the mode for exporting the detail rows to the PDF file format.
Inheritance
System.Object
PdfDetailRowMode
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PdfDetailRowMode : Enum
Fields
Expand
Default. Exports the detail row in an expanded state.
Declaration
public const PdfDetailRowMode Expand
Field Value
Type | Description |
---|---|
PdfDetailRowMode | "Expand" |
None
Exports only the parent rows, excluding detail rows.
Declaration
public const PdfDetailRowMode None
Field Value
Type | Description |
---|---|
PdfDetailRowMode | "None" |
Remarks
This option excludes the exporting of detailed rows, exporting only the parent rows.