TcxTreeListOptionsData.SummaryNullIgnore Property
In This Article
Specifies whether NULL values are ignored during summary calculations.
#Declaration
Delphi
property SummaryNullIgnore: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True, to calculate only the non-null values.
The default value of the SummaryNullIgnore property is False.
See Also