PivotGridFilterItem.IsBlank Property
Gets whether the filter item represents the blank field value.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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