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

PivotCustomCellStyleEventArgs Class

Provides data for the ASPxPivotGrid.CustomCellStyle event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public class PivotCustomCellStyleEventArgs :
    PivotCellBaseEventArgs

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