Back to Devexpress

GridOptionsBehavior.SummariesIgnoreNullValues Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsbehavior-8cf1955d.md

latest1.9 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool SummariesIgnoreNullValues { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property SummariesIgnoreNullValues As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to SummariesIgnoreNullValues
GridView

.OptionsBehavior .SummariesIgnoreNullValues

|

See Also

GridOptionsBehavior Class

GridOptionsBehavior Members

DevExpress.XtraGrid.Views.Grid Namespace