Skip to main content
A newer version of this page is available. .

PivotCustomFieldValueCellsEventArgsBase<T1, T2> Class

Serves as a base for classes that provide data for the CustomFieldValueCells event.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public abstract class PivotCustomFieldValueCellsEventArgsBase<T1, T2> :
    PivotCustomFieldValueCellsEventArgsBase
    where T1 : PivotGridFieldBase

Type Parameters

Name
T1
T2

Remarks

To learn more, see PivotCustomFieldValueCellsEventArgs.

Inheritance

See Also