GridColumnSummary.IgnoreNullValues Property
In This Article
Gets or sets whether the DataGridView control ignores null values when it calculates data summaries. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool IgnoreNullValues { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also