Skip to main content

PivotGridFieldBase.CanShowValueType(PivotGridValueType, Boolean) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool CanShowValueType(
    PivotGridValueType valueType,
    bool isColumn
)

Parameters

Name Type
valueType PivotGridValueType
isColumn Boolean

Returns

Type
Boolean
See Also