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

PivotCustomCellStyleEventArgs(PivotGridCellItem, PivotCellStyle) Constructor

Initializes a new instance of the PivotCustomCellStyleEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCustomCellStyleEventArgs(
    PivotGridCellItem cellItem,
    PivotCellStyle cellStyle
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A PivotGridCellItem object that represents the processed cell.

cellStyle PivotCellStyle

A PivotCellStyle object that contains the style settings used to paint the processed cell. This value is assigned to the PivotCustomCellStyleEventArgs.CellStyle property.

See Also