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

PivotGridFilterItem.IsBlank Property

Gets whether the filter item represents the blank field value.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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