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.TAdapterClass Type

The class-reference to an adapter of the “Conditional Formatting Rules Manager” dialog provider.

#Declaration

Delphi
TAdapterClass = class of TAdapter;

#Referenced Class

Type Description
TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapter

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

#Remarks

The RegisterRulesManagerDialog class procedure accepts a reference to a descendant of the TAdapter nested class.

See Also