Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool ShowBlankFilterValues { get; set; }

Property Value

Type Description
Boolean

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

See Also