Skip to main content

PivotGridFieldBase.HasNullValues Property

Gets whether the field has null values.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

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

See Also