PivotGridCustomTotalCollection(PivotGridFieldBase) Constructor
For internal use.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
public PivotGridCustomTotalCollection(
PivotGridFieldBase field
)
Public Sub New(
field As PivotGridFieldBase
)
Parameters
Name | Type |
---|---|
field | PivotGridFieldBase |
Remarks
This constructor supports the internal infrastructure and is not intended to be used directly from your code.
See Also
Feedback