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

XRPivotGrid.CustomFieldValueCells Event

Allows you to customize field value cells of XRPivotGrid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public event EventHandler<PivotCustomFieldValueCellsEventArgs> CustomFieldValueCells

Event Data

The CustomFieldValueCells event's data class is DevExpress.XtraReports.UI.PivotGrid.PivotCustomFieldValueCellsEventArgs.

Remarks

To learn more, see PivotGridControl.CustomFieldValueCells.

See Also