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

PivotGridFieldBase.HasNullValues Property

Gets whether the field has null values.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
public bool HasNullValues { get; }

Property Value

Type Description
Boolean

true if the field has null values; otherwise, false.

See Also