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