Skip to main content

TcxDataControllerConditionalFormatting.ExcludeFilteredOutRecords Property

Specifies whether the controller calculates cell formatting conditions only for those fields in the source data controller that meet the current filter criteria.

Declaration

property ExcludeFilteredOutRecords: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True to exclude the filtered out records from formatting criteria calculations. In this mode, the conditional formatting controller recalculates cell formatting conditions every time the filter criteria changes. If the ExcludeFilteredOutRecords property is set to False, the controller ignores the source data controller’s filter criteria, and always uses all values in target fields for rule evaluation.

The default ExcludeFilteredOutRecords property value is False.

See Also