Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomConditionalFormatting.Clear Method

In This Article

Deletes all conditional formatting rules applied to the parent control.

#Declaration

Delphi
procedure Clear;

#Remarks

To delete an individual conditional formatting rule, you can call the Remove procedure or release the rule directly in code (call the Free procedure in Delphi or use the delete keyword in C++Builder).

See Also