Class ExportRowType
Describes the type of the exporting row.
Inheritance
System.Object
ExportRowType
Namespace: Syncfusion.Maui.DataGrid.Exporting
Assembly: Syncfusion.Maui.DataGridExport.dll
Syntax
public sealed class ExportRowType : Enum
Fields
BottomTableSummaryRow
Specifies that the type of row being exported is bottom table summary row.
Declaration
public const ExportRowType BottomTableSummaryRow
Field Value
| Type |
|---|
| ExportRowType |
CaptionSummaryRow
Specifies that the type of row being exported is caption summary row.
Declaration
public const ExportRowType CaptionSummaryRow
Field Value
| Type |
|---|
| ExportRowType |
GroupSummaryRow
Specifies that the type of row being exported is group summary row.
Declaration
public const ExportRowType GroupSummaryRow
Field Value
| Type |
|---|
| ExportRowType |
RecordRow
Specifies that the type of row being exported is record.
Declaration
public const ExportRowType RecordRow
Field Value
| Type |
|---|
| ExportRowType |
TopTableSummaryRow
Specifies that the type of row being exported is top table summary row.
Declaration
public const ExportRowType TopTableSummaryRow
Field Value
| Type |
|---|
| ExportRowType |
UnboundRow
Specifies that the type of row being exported is unbound row.
Declaration
public const ExportRowType UnboundRow
Field Value
| Type |
|---|
| ExportRowType |