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

DataViewBase.SummariesIgnoreNullValues Property

Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public bool SummariesIgnoreNullValues { get; set; }

Property Value

Type Description
Boolean

true to ignore null values when calculating data summaries; otherwise, false.

See Also