Back to Devexpress

PivotCustomFieldDataEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-d119869a.md

latest2.0 KB
Original Source

PivotCustomFieldDataEventArgs Class

Provides data for the PivotGridControl.CustomUnboundFieldData event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class PivotCustomFieldDataEventArgs :
    EventArgs
vb
Public Class PivotCustomFieldDataEventArgs
    Inherits EventArgs

PivotCustomFieldDataEventArgs is the data class for the following events:

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

PivotCustomFieldDataEventArgs Members

DevExpress.Xpf.PivotGrid Namespace