Skip to main content
A newer version of this page is available. .

PivotHtmlCellPreparedEventArgs Class

Provides data for the ASPxPivotGrid.HtmlCellPrepared event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.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

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