PivotGridFilterItem.IsBlank Property
Gets whether the filter item represents the blank field value.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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