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

GridOptionsBehavior.SummariesIgnoreNullValues Property

Gets or sets whether the Data Grid ignores null values when it calculates summaries. This option is not applied to summaries of the COUNT type.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

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

Property Value

Type Default Description
Boolean false

true if null values are ignored when the Data Grid calculates summaries; otherwise, false.

Property Paths

You can access this nested property as listed below:

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