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

TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapter Class

The base class for all classes that implement “Conditional Formatting Rules Manager“ dialog form adapters.

#Declaration

Delphi
TAdapter = class abstract(TPersistent)

#Remarks

The ShowRulesManagerDialog class procedure uses the last registered dialog form adapter to invoke the “Conditional Formatting Rules Manager” dialog for container controls.

This nested class has the abstract Execute procedure. Implement a TAdapter class descendant to replace the standard “Conditional Formatting Rules Manager” dialog with a custom implementation for all container controls that support conditional formatting. Refer to the Execute procedure description for detailed information and a code example.

#Inheritance

TObject
TPersistent
TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapter
See Also