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

PivotGridSettings.HtmlFieldValuePrepared Property

Enables the settings of individual field value cells to be changed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public PivotHtmlFieldValuePreparedEventHandler HtmlFieldValuePrepared { get; set; }

Property Value

Type Description
PivotHtmlFieldValuePreparedEventHandler

A PivotHtmlFieldValuePreparedEventHandler delegate method allowing you to implement custom processing.

Remarks

The HtmlFieldValuePrepared event is raised for each field value cell within the PivotGrid when the corresponding table cell has been created. You can handle this event to change the style settings of individual cells.

The processed cell is identified by the event parameter’s PivotHtmlFieldValuePreparedEventArgs.Cell property.

See Also