Back to Devexpress

PivotHtmlFieldValuePreparedEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-7f514c28.md

latest2.5 KB
Original Source

PivotHtmlFieldValuePreparedEventArgs Class

Provides data for the ASPxPivotGrid.HtmlFieldValuePrepared event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotHtmlFieldValuePreparedEventArgs :
    PivotFieldValueEventArgs
vb
Public Class PivotHtmlFieldValuePreparedEventArgs
    Inherits PivotFieldValueEventArgs

PivotHtmlFieldValuePreparedEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldValueEventArgsBase<PivotGridField> PivotFieldValueEventArgs PivotHtmlFieldValuePreparedEventArgs

See Also

PivotHtmlFieldValuePreparedEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace