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

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.v19.1.dll

Declaration

public bool ShowBlanks { get; }

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.

See Also