We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

removeAllConditions

removeAllConditions()

Removes all conditional formatting rules.

Use the refresh() API call after to redraw the component and see changes.

Example

pivot.removeAllConditions();
pivot.refresh();

Open on JSFiddle.

See also

addCondition()
getCondition()
getAllConditions()
removeCondition()
refresh()
Conditional formatting guide