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

PivotHtmlCellPreparedEventArgs(PivotGridHtmlDataCell) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotHtmlCellPreparedEventArgs(
    PivotGridHtmlDataCell cell
)

Parameters

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

A PivotGridHtmlDataCell object representing the related cell.

See Also