Skip to main content
A newer version of this page is available.
All docs
V18.2

CustomFieldDataEventArgsBase(PivotGridData, T, Int32, Object) Constructor

Initializes a new instance of the CustomFieldDataEventArgsBase<T> class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public CustomFieldDataEventArgsBase(
    PivotGridData data,
    T field,
    int listSourceRow,
    object _value
)

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A PivotGridData object.

field T

A PivotGridFieldBase class descendant that specifies the unbound field currently being processed.

listSourceRow Int32

An integer value that identifies the current row index in the data source.

_value Object

An object that specifies the processed cell value.

See Also