aspnet-devexpress-dot-web-dot-aspxpivotgrid-965a8f49.md
Provides data for the ASPxPivotGrid.HtmlCellPrepared event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotHtmlCellPreparedEventArgs :
PivotCellBaseEventArgs
Public Class PivotHtmlCellPreparedEventArgs
Inherits PivotCellBaseEventArgs
PivotHtmlCellPreparedEventArgs is the data class for the following events:
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.
Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotHtmlCellPreparedEventArgs
See Also