wpf-devexpress-dot-xpf-dot-pivotgrid-d119869a.md
Provides data for the PivotGridControl.CustomUnboundFieldData event.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public class PivotCustomFieldDataEventArgs :
EventArgs
Public Class PivotCustomFieldDataEventArgs
Inherits EventArgs
PivotCustomFieldDataEventArgs is the data class for the following events:
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.
Object EventArgs PivotCustomFieldDataEventArgs
See Also