PivotFieldFilterChangingEventArgs.ShowBlanks Property
Gets whether records that contain NULL values in the current field are processed by the control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if records that contain NULL values in the current field are processed by the control; false if these records are ignored. |
Remarks
If a specific field contains NULL values, a “Show Blanks” check box is displayed in its filter drop-down. An end-user can toggle this check box to display or hide records that contain NULL in the current field. Checking/unchecking this check box automatically modifies the value of the ShowBlanks property.
When a field that contains NULL values is positioned within the column header area or row header area, the NULL values are represented as empty field value headers.