windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrulebase-e43ada87.md
Specifies whether to always calculate boundary values in Conditional Formatting rules based on all data source records.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public static DefaultBoolean AggregateConditionsUseAllListSourceRows
Public Shared AggregateConditionsUseAllListSourceRows As DefaultBoolean
| Type | Description |
|---|---|
| DefaultBoolean |
A DefaultBoolean value that specifies whether to always calculate boundary values in Conditional Formatting rules based on all data source records.
|
AggregateConditionsUseAllListSourceRows affects the following Conditional Formatting rules:
If AggregateConditionsUseAllListSourceRows is enabled, boundary values are calculated based on all data source records regardless of the underlying filter (like in Microsoft Excel). Otherwise, filtered records are not included into calculation algorithms.
The following image shows the difference in highlighted values (above average). Values range from 0 to 10, and a “Value>4” filter is applied:
Note
If you disable AggregateConditionsUseAllListSourceRows, Conditional Formatting filters may generate unexpected results.
See Also