PivotCustomFieldDataEventArgs Class
Provides data for the PivotGridControl.CustomUnboundFieldData event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Remarks
The PivotGridControl.CustomUnboundFieldData event allows you to provide data for unbound fields. The unbound field whose cell is currently processed is specified by the PivotCustomFieldDataEventArgs.Field property. Use the PivotCustomFieldDataEventArgs.Value property, to specify the cell’s value.
See Also