Skip to main content

PivotGridFilterItem.IsBlank Property

Gets whether the filter item represents the blank field value.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

public bool IsBlank { get; }

Property Value

Type Description
Boolean

true if the filter item represents the blank field value; otherwise, false.

Remarks

The filter item represents the blank field value if its PivotGridFilterItem.Value property is set to null.

See Also