Class ExportRowType
Specifies the type of the exporting row.
Inheritance
System.Object
ExportRowType
Namespace: Syncfusion.SfDataGrid.Exporting
Assembly: Syncfusion.SfGridConverter.iOS.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 |
CaptionSummary
Specifies that the type of row being exported is caption summary row.
Declaration
public const ExportRowType CaptionSummary
Field Value
Type |
---|
ExportRowType |
GroupSummary
Specifies that the type of row being exported is group summary row.
Declaration
public const ExportRowType GroupSummary
Field Value
Type |
---|
ExportRowType |
Record
Specifies that the type of row being exported is record.
Declaration
public const ExportRowType Record
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 |