PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem Property
Gets the ‘Show Blanks’ filter item.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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