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

PivotGridCustomTotalBase Class

Represents the base class for the PivotGridCustomTotal class.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public class PivotGridCustomTotalBase :
    IComponentLoading,
    IViewBagOwner

Remarks

The PivotGridCustomTotalBase class serves as the base class for the PivotGridCustomTotal class. This class represents a custom total which can be calculated for an outer column field or row field.

See Also