PivotHtmlFieldValuePreparedEventArgs Class
In This Article
Provides data for the ASPxPivotGrid.HtmlFieldValuePrepared event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotHtmlFieldValuePreparedEventArgs :
PivotFieldValueEventArgs
#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
Pivot
#Inheritance
Object
EventArgs
PivotFieldEventArgsBase<PivotGridField>
PivotFieldValueEventArgsBase<PivotGridField>
PivotFieldValueEventArgs
PivotHtmlFieldValuePreparedEventArgs
See Also