Skip to main content
Tab

ASPxGridBehaviorSettings.SummariesIgnoreNullValues Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

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

Remarks

Use the SummariesIgnoreNullValues property to make the grid ignore the column’s data null values when calculating summaries.

See Also