PivotCustomCellStyleEventArgs Class
Provides data for the ASPxPivotGrid.CustomCellStyle event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
Declaration
Remarks
The ASPxPivotGrid.CustomCellStyle event fires for each ASPxPivotGridControl’s cell and allows you to customize the appearance of cells dynamically (depending on their contents, position, values of other cells, etc). Data for this event is supplied by the PivotCustomCellStyleEventArgs class.
Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal>
PivotCellBaseEventArgs
PivotCustomCellStyleEventArgs
See Also