Skip to main content
A newer version of this page is available. .

GridOptionsBehavior.SummariesIgnoreNullValues Property

Gets or sets whether null values must be ignored when calculating summaries.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool SummariesIgnoreNullValues { get; set; }

Property Value

Type Default Description
Boolean **false**

true if null values must be ignored when calculating summaries; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SummariesIgnoreNullValues
GridView
.OptionsBehavior.SummariesIgnoreNullValues
See Also