PivotCustomFieldValueCellsEventArgsBase<T1, T2> Class
In This Article
Serves as a base for classes that provide data for the CustomFieldValueCells event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#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