A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
public bool SummariesIgnoreNullValues { get; set; }
Public Property SummariesIgnoreNullValues As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to ignore null values when calculating data summaries; otherwise, false. |
See Also
Feedback