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.v19.1.dll

Declaration

public bool CheckValue(
    PivotGridCellItem item
)

Parameters

Name Type Description
item PivotGridCellItem

A PivotGridCellItem object.

Returns

Type Description
Boolean

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

See Also