PivotHtmlCellPreparedEventArgs Class
Provides data for the ASPxPivotGrid.HtmlCellPrepared event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
PivotHtmlCellPreparedEventArgs objects are automatically created, initialized and passed to the HtmlCellPrepared event handlers.
Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal>
PivotCellBaseEventArgs
PivotHtmlCellPreparedEventArgs
See Also