Skip to main content
A newer version of this page is available. .

PivotGridOptionsViewBase.IsTotalsFar(Boolean, PivotGridValueType) Method

For internal use only.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool IsTotalsFar(
    bool isColumn,
    PivotGridValueType valueType
)

Parameters

Name Type
isColumn Boolean
valueType PivotGridValueType

Returns

Type
Boolean
See Also