Skip to main content
A newer version of this page is available. .

CustomizePivotCellEventArgs.ColumnType Property

Gets a value that identifies the column containing the cell in the exported document.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public ExportCellType ColumnType { get; }

Property Value

Type Description
ExportCellType

The type of the column containing the cell.

Available values:

Name Description
None

A row or column does not correspond to any specific type.

Value

A row or column that is a group value.

GroupHeader

A row or column that is a group header.

Remarks

Use the CustomizePivotCellEventArgs.RowType property to identify the type of the row.

See Also