Skip to main content

PivotHtmlFieldValuePreparedEventArgs(PivotGridHtmlFieldValueCellBase) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotHtmlFieldValuePreparedEventArgs(
    PivotGridHtmlFieldValueCellBase cell
)

Parameters

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

A PivotGridHtmlFieldValueCellBase object representing the related cell.

See Also