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

PivotHtmlFieldValuePreparedEventArgs Class

Provides data for the ASPxPivotGrid.HtmlFieldValuePrepared event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

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

PivotHtmlFieldValuePreparedEventArgs objects are automatically created, initialized and passed to the HtmlFieldValuePrepared event handlers.

See Also