PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem Property
In This Article
Gets the ‘Show Blanks’ filter item.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridFilterItem ShowBlanksItem { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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