Skip to main content

TcxDataControllerConditionalFormatting Properties

A conditional formatting controller that applies rules to individual fields in its data controller.
Name Description
CellStyles

Provides access to ExpressSpreadSheet-compatible styles applied to cells in a worksheet or Grid View

Provides access to ExpressSpreadSheet-compatible cell styles used in a worksheet or Grid View to which conditional formatting rules are applied.

Inherited from TdxSpreadSheetCustomConditionalFormatting.
DataController Provides access to the data controller whose fields serve as a data source for the conditional formatting controller.
ExcludeFilteredOutRecords Specifies whether the controller calculates cell formatting conditions only for those fields in the source data controller that meet the current filter criteria.
Owner Provides access to the source of cell data and layouts to which the conditional formatting rules are applied. Inherited from TdxSpreadSheetCustomConditionalFormatting.
RuleCount Returns the total number of conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Rules Provides zero-based indexed access to individual conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
See Also