PivotHtmlFieldValuePreparedEventArgs Class
Provides data for the ASPxPivotGrid.HtmlFieldValuePrepared event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxPivotGrid.HtmlFieldValuePrepared event is raised for each field value cell within the ASPxPivotGrid, when the corresponding table cell has been created. The PivotHtmlFieldValuePreparedEventArgs class introduces the PivotHtmlFieldValuePreparedEventArgs.Cell property, which returns the processed data cell.
Note
PivotHtmlFieldValuePreparedEventArgs objects are automatically created, initialized and passed to the HtmlFieldValuePrepared event handlers.
Inheritance
Object
EventArgs
PivotFieldEventArgsBase<PivotGridField>
PivotFieldValueEventArgsBase<PivotGridField>
PivotFieldValueEventArgs
PivotHtmlFieldValuePreparedEventArgs
See Also