Back to Devexpress

PivotCustomFieldValueCellsEventArgsBase<T1, T2> Class

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcustomfieldvaluecellseventargsbase-2.md

latest2.0 KB
Original Source

PivotCustomFieldValueCellsEventArgsBase<T1, T2> Class

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public abstract class PivotCustomFieldValueCellsEventArgsBase<T1, T2> :
    PivotCustomFieldValueCellsEventArgsBase
    where T1 : PivotGridFieldBase
vb
Public MustInherit Class PivotCustomFieldValueCellsEventArgsBase(Of T1 As PivotGridFieldBase, T2 As FieldValueCellBase)
    Inherits PivotCustomFieldValueCellsEventArgsBase

Type Parameters

Name
T1
T2

Remarks

To learn more, see PivotCustomFieldValueCellsEventArgs.

Inheritance

Object EventArgs PivotCustomFieldValueCellsEventArgsBase PivotCustomFieldValueCellsEventArgsBase<T1, T2> PivotCustomFieldValueCellsEventArgs

See Also

PivotCustomFieldValueCellsEventArgsBase<T1, T2> Members

PivotCustomFieldValueCellsEventArgs

DevExpress.XtraPivotGrid Namespace