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

PivotGridFieldBase.CanShowValueType(PivotGridValueType, Boolean) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool CanShowValueType(
    PivotGridValueType valueType,
    bool isColumn
)

Parameters

Name Type
valueType PivotGridValueType
isColumn Boolean

Returns

Type
Boolean
See Also