Skip to main content
All docs
V20.1

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

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v20.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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