Skip to main content

PivotGridCustomTotalBase Class

Represents the base class for the PivotGridCustomTotal class.

Namespace: DevExpress.XtraPivotGrid

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

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

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