Skip to main content

TcxPivotGridOptionsData.SummaryNullIgnore Property

Specifies whether null values are filtered out when the calculation is performed.

Declaration

property SummaryNullIgnore: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the SummaryNullIgnore property to True to calculate only the non-null values.

The default value of the SummaryNullIgnore property is False.

See Also