aspnet-devexpress-dot-web-dot-aspxpivotgrid-7f514c28.md
Provides data for the ASPxPivotGrid.HtmlFieldValuePrepared event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotHtmlFieldValuePreparedEventArgs :
PivotFieldValueEventArgs
Public Class PivotHtmlFieldValuePreparedEventArgs
Inherits PivotFieldValueEventArgs
PivotHtmlFieldValuePreparedEventArgs is the data class for the following events:
The ASPxPivotGrid.HtmlFieldValuePrepared event is raised for each field value cell within the ASPxPivotGrid, when the corresponding table cell has been created. The PivotHtmlFieldValuePreparedEventArgs class introduces the PivotHtmlFieldValuePreparedEventArgs.Cell property, which returns the processed data cell.
Note
PivotHtmlFieldValuePreparedEventArgs objects are automatically created, initialized and passed to the HtmlFieldValuePrepared event handlers.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldValueEventArgsBase<PivotGridField> PivotFieldValueEventArgs PivotHtmlFieldValuePreparedEventArgs
See Also