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