Back to Devexpress

PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomfilterpopupitemseventargs-76544558.md

latest1.6 KB
Original Source

PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem Property

Gets the ‘Show Blanks’ filter item.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridFilterItem ShowBlanksItem { get; }
vb
Public ReadOnly Property ShowBlanksItem As PivotGridFilterItem

Property Value

TypeDescription
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

PivotCustomFilterPopupItemsEventArgs Class

PivotCustomFilterPopupItemsEventArgs Members

DevExpress.XtraPivotGrid Namespace