PivotGridFieldOptionsFilter.PopupExcelFilterShowBlanks Property
Gets or sets whether or not the Excel-style pop-up filter shows NULL values from a current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean PopupExcelFilterShowBlanks { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterShowBlanks As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean value that specifies whether or not the Excel-style filter popup shows NULL values from a current field. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PopupExcelFilterShowBlanks |
---|---|
PivotGridField |
|
See Also
Feedback