Skip to main content

PivotCustomFieldDataEventArgs Class

Provides data for the PivotGridControl.CustomUnboundFieldData event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public class PivotCustomFieldDataEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
PivotCustomFieldDataEventArgs
See Also