PivotGridFormatRule.CheckValue(PivotGridCellItem) Method
Checks whether the specified value matches the current format rule.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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