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

PivotHtmlCellPreparedEventArgs.Cell Property

Gets the processed data cell.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public TableCell Cell { get; }

Property Value

Type Description
TableCell

A TableCell object that represents the processed data cell.

See Also