PivotHtmlCellPreparedEventHandler Delegate
A method that will handle the ASPxPivotGrid.HtmlCellPrepared event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
Declaration
public delegate void PivotHtmlCellPreparedEventHandler(
object sender,
PivotHtmlCellPreparedEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | PivotHtmlCellPreparedEventArgs | A PivotHtmlCellPreparedEventArgs object that contains event data. |
See Also