Gets or sets a flag that specifies whether to show blank filter values.
Namespace:DevExpress.Xpf.PivotGrid
Assembly:DevExpress.Xpf.PivotGrid.v19.2.dll

Syntax
C# |
public bool ShowBlankFilterValues { get; set; }
|
VB |
Public Property ShowBlankFilterValues As Boolean
|
Property value
Type: Boolean
True, to show blank filter values; otherwise, false.

See Also