Skip to main content
A newer version of this page is available. .
Tag

PivotGridField.ShowBlankFilterValues Property

Gets or sets a flag that specifies whether to show blank filter values.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public bool ShowBlankFilterValues { get; set; }

Property Value

Type Description
Boolean

True, to show blank filter values; otherwise, false.

See Also