PivotCustomCellStyleEventArgs(PivotGridCellItem, PivotCellStyle) Constructor
Initializes a new instance of the PivotCustomCellStyleEventArgs class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public PivotCustomCellStyleEventArgs(
PivotGridCellItem cellItem,
PivotCellStyle cellStyle
)
Parameters
Name | Type | Description |
---|---|---|
cellItem | DevExpress.XtraPivotGrid.Data.PivotGridCellItem | The PivotGridCellItem object. |
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