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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
See Also