PivotGridFieldBase.CanShowValueType(PivotGridValueType, Boolean) Method
In This Article
For internal use.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public bool CanShowValueType(
PivotGridValueType valueType,
bool isColumn
)
#Parameters
Name | Type |
---|---|
value |
Pivot |
is |
Boolean |
#Returns
Type |
---|
Boolean |
See Also