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

PivotCustomCellStyleEventHandler Delegate

A method that will handle the ASPxPivotGrid.CustomCellStyle event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public delegate void PivotCustomCellStyleEventHandler(
    object sender,
    PivotCustomCellStyleEventArgs e
);

Parameters

Name Type Description
sender Object

The event source. This parameter identifies the ASPxPivotGrid control which raised the event.

e PivotCustomCellStyleEventArgs

A PivotCustomCellStyleEventArgs object which contains event data.

See Also