IPivotCustomSummaryValue Interface
When implemented by a class, provides the capability to use custom objects as data field underlying values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[CLSCompliant(false)]
public interface IPivotCustomSummaryValue :
IConvertible,
IComparable
#Remarks
The pivot grid allows you to use custom objects as data field underlying values. The class describing these values should at least implement the IConvertible and IComparable interfaces. As an alternative, you can implement the IPivotCustomSummaryValue class members that is inherited from the IConvertible and IComparable interfaces and adds additional capabilities.
Note
For instance, to provide the capability to use summary filtering for custom objects, implement the IPivot