Enum
PivotGridDataCellType

Enumerates the PivotGrid DataCell type.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum PivotGridDataCellType

Fields

ColumnGrandTotalDataCell

The ColumnGrandTotal DataCell type.

Declaration

cs-api-definition
ColumnGrandTotalDataCell = 5

Field Value

PivotGridDataCellType

ColumnTotalDataCell

The ColumnTotal DataCell type.

Declaration

cs-api-definition
ColumnTotalDataCell = 2

Field Value

PivotGridDataCellType

DataCell

The ordinary DataCell type.

Declaration

cs-api-definition
DataCell = 0

Field Value

PivotGridDataCellType

GrandTotalDataCell

The GrandTotal DataCell type.

Declaration

cs-api-definition
GrandTotalDataCell = 6

Field Value

PivotGridDataCellType

RowGrandTotalDataCell

The RowGrandTotal DataCell type.

Declaration

cs-api-definition
RowGrandTotalDataCell = 4

Field Value

PivotGridDataCellType

RowTotalDataCell

The RowTotal DataCell type.

Declaration

cs-api-definition
RowTotalDataCell = 1

Field Value

PivotGridDataCellType

TotalDataCell

The Total DataCell type.

Declaration

cs-api-definition
TotalDataCell = 3

Field Value

PivotGridDataCellType