PivotCustomFieldValueCellsEventArgsBase<T1, T2> Class
Serves as a base for classes that provide data for the CustomFieldValueCells event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
public abstract class PivotCustomFieldValueCellsEventArgsBase<T1, T2> :
PivotCustomFieldValueCellsEventArgsBase
where T1 : PivotGridFieldBase
Type Parameters
Name |
---|
T1 |
T2 |
Remarks
To learn more, see PivotCustomFieldValueCellsEventArgs.
Inheritance
Object
EventArgs
PivotCustomFieldValueCellsEventArgsBase
PivotCustomFieldValueCellsEventArgsBase<T1, T2>
See Also