ASPxGridBehaviorSettings.SummariesIgnoreNullValues Property
In This Article
Gets or sets whether null values must be ignored when calculating summaries.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
Use the SummariesIgnoreNullValues property to make the grid ignore the column’s data null values when calculating summaries.
See Also