Enum
PivotGridHeaderCellType

Enumerates the PivotGrid HeaderCell type.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum PivotGridHeaderCellType

Fields

ColumnHeaderCell

The ColumnHeader cell type.

Declaration

cs-api-definition
ColumnHeaderCell = 1

Field Value

PivotGridHeaderCellType

ColumnHeaderGrandTotalCell

The ColumnHeaderGrandTotal cell type.

Declaration

cs-api-definition
ColumnHeaderGrandTotalCell = 5

Field Value

PivotGridHeaderCellType

ColumnHeaderTotalCell

The ColumnHeaderTotal cell type.

Declaration

cs-api-definition
ColumnHeaderTotalCell = 3

Field Value

PivotGridHeaderCellType

RowHeaderCell

The RowHeader cell type.

Declaration

cs-api-definition
RowHeaderCell = 0

Field Value

PivotGridHeaderCellType

RowHeaderGrandTotalCell

The RowHeaderGrandTotal cell type.

Declaration

cs-api-definition
RowHeaderGrandTotalCell = 4

Field Value

PivotGridHeaderCellType

RowHeaderTotalCell

The RowHeaderTotal cell type.

Declaration

cs-api-definition
RowHeaderTotalCell = 2

Field Value

PivotGridHeaderCellType