Skip to main content

PivotGridCustomSummaryEventArgsBase<T> Class

Serves as a base for classes that provide data for summary calculation events.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public class PivotGridCustomSummaryEventArgsBase<T> :
    EventArgs
    where T : PivotGridFieldBase

Type Parameters

Name
T

Remarks

To learn more, see PivotGridControl.CustomSummary.

Inheritance

See Also