PivotCustomCellStyleEventHandler Delegate
A method that will handle the ASPxPivotGrid.CustomCellStyle event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.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