Back to Devexpress

PivotHtmlCellPreparedEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-965a8f49.md

latest2.3 KB
Original Source

PivotHtmlCellPreparedEventArgs Class

Provides data for the ASPxPivotGrid.HtmlCellPrepared event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotHtmlCellPreparedEventArgs :
    PivotCellBaseEventArgs
vb
Public Class PivotHtmlCellPreparedEventArgs
    Inherits PivotCellBaseEventArgs

PivotHtmlCellPreparedEventArgs is the data class for the following events:

Remarks

The ASPxPivotGrid.HtmlCellPrepared event is raised for each data cell within the ASPxPivotGrid’s data area, when the corresponding table cell has been created. The PivotHtmlCellPreparedEventArgs class introduces the PivotHtmlCellPreparedEventArgs.Cell property, which returns the processed data cell.

Note

PivotHtmlCellPreparedEventArgs objects are automatically created, initialized and passed to the HtmlCellPrepared event handlers.

Inheritance

Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotHtmlCellPreparedEventArgs

See Also

PivotHtmlCellPreparedEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace