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

PivotHtmlFieldValuePreparedEventArgs(PivotGridHtmlFieldValueCellBase) Constructor

Initializes a new instance of the PivotHtmlFieldValuePreparedEventArgs class with the specified setting.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotHtmlFieldValuePreparedEventArgs(
    PivotGridHtmlFieldValueCellBase cell
)

Parameters

Name Type Description
cell DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridHtmlFieldValueCellBase

A PivotGridHtmlFieldValueCellBase object representing the related cell.

See Also