Skip to main content

PivotCustomCellStyleEventArgs Class

Provides data for the ASPxPivotGrid.CustomCellStyle event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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