Skip to main content

TcxDataControllerConditionalFormattingRulesManagerDialogProvider Class

Declaration

TcxDataControllerConditionalFormattingRulesManagerDialogProvider = class sealed(TObject)

Remarks

Spreadsheet and container controls use different “Conditional Formatting Rules Manager” dialog forms that have differently implemented registration and activation routines. Container controls invoke a “Conditional Formatting Rules Manager” dialog via the active form dialog adapter (a descendant of the nested TAdapter class). You can use the class methods to replace the standard active form dialog and therefore, the built-in “Conditional Formatting Rules Manager” dialog with a custom implementation.

The TcxDataControllerConditionalFormattingRulesManagerDialogProvider class implements the following class methods that you can use to:

You do not need to create instances of the TcxDataControllerConditionalFormattingRulesManagerDialogProvider class, since all its functionality is implemented as class methods.

Inheritance

TObject
TcxDataControllerConditionalFormattingRulesManagerDialogProvider
See Also