Enum
ExportElement

Enumerator that indicates the type of the current exporting element.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum ExportElement

Fields

Cell

Data cell.

Declaration

cs-api-definition
Cell = 11

Field Value

ExportElement

CommonColumnHeader

A row containing merged column headers.

Declaration

cs-api-definition
CommonColumnHeader = 13

Field Value

ExportElement

CommonColumnHeadersRow

A row containing merged column headers.

Declaration

cs-api-definition
CommonColumnHeadersRow = 12

Field Value

ExportElement

FooterCell

Footer cell.

Declaration

cs-api-definition
FooterCell = 7

Field Value

ExportElement

FooterRow

Footer row.

Declaration

cs-api-definition
FooterRow = 2

Field Value

ExportElement

GroupFooterCell

Group footer cell.

Declaration

cs-api-definition
GroupFooterCell = 10

Field Value

ExportElement

GroupFooterRow

Group footer row.

Declaration

cs-api-definition
GroupFooterRow = 4

Field Value

ExportElement

GroupHeaderCell

Group header cell.

Declaration

cs-api-definition
GroupHeaderCell = 8

Field Value

ExportElement

GroupHeaderRow

Group header row.

Declaration

cs-api-definition
GroupHeaderRow = 3

Field Value

ExportElement

GroupIndentCell

Group indent cell.

Declaration

cs-api-definition
GroupIndentCell = 9

Field Value

ExportElement

HeaderCell

Header cell.

Declaration

cs-api-definition
HeaderCell = 6

Field Value

ExportElement

HeaderRow

Header row.

Declaration

cs-api-definition
HeaderRow = 1

Field Value

ExportElement

Row

Data row.

Declaration

cs-api-definition
Row = 5

Field Value

ExportElement

Table

Table.

Declaration

cs-api-definition
Table = 0

Field Value

ExportElement