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

PivotGridFormatRule.CheckValue(PivotGridCellItem) Method

Checks whether the specified value matches the current format rule.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public bool CheckValue(
    PivotGridCellItem item
)

Parameters

Name Type Description
item DevExpress.XtraPivotGrid.Data.PivotGridCellItem

A PivotGridCellItem object.

Returns

Type Description
Boolean

true if the specified value matches the current format rule; otherwise, false.

See Also