Skip to main content
A newer version of this page is available.
All docs
V19.2

PivotGridCellItem.GetFormatInfo(PivotGridCellItem.GetValueDelegate, PivotFieldItemBase, PivotGridCustomTotalBase, Boolean, Boolean) Method

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public static FormatInfo GetFormatInfo(
    PivotGridCellItem.GetValueDelegate getValue,
    PivotFieldItemBase dataField,
    PivotGridCustomTotalBase customTotal,
    bool isTotal,
    bool isGrandTotal
)

Parameters

Name Type
getValue PivotGridCellItem.GetValueDelegate
dataField DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
customTotal PivotGridCustomTotalBase
isTotal Boolean
isGrandTotal Boolean

Returns

Type
FormatInfo
See Also