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

PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem Property

Gets the ‘Show Blanks’ filter item.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public PivotGridFilterItem ShowBlanksItem { get; }

Property Value

Type Description
PivotGridFilterItem

A PivotGridFilterItem object representing the ‘Show Blanks’ filter item.

Remarks

The ‘Show Blanks’ filter item allows end-users to control whether to display the records from the underlying data source which contain null (or DBNull) values in the processed field.

In the OLAP mode, the ShowBlanksItem property returns null.

See Also