PivotHtmlCellPreparedEventArgs Class
In This Article
Provides data for the ASPxPivotGrid.HtmlCellPrepared event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotHtmlCellPreparedEventArgs :
PivotCellBaseEventArgs
#Remarks
The ASPxPivotGrid.HtmlCellPrepared event is raised for each data cell within the ASPxPivotGrid’s data area, when the corresponding table cell has been created. The PivotHtmlCellPreparedEventArgs class introduces the PivotHtmlCellPreparedEventArgs.Cell property, which returns the processed data cell.
Note
Pivot
#Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal>
PivotCellBaseEventArgs
PivotHtmlCellPreparedEventArgs
See Also