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

PivotGridField.ShowInPrefilter Property

Gets or sets whether the field is shown in the Filter Editor.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public bool ShowInPrefilter { get; set; }

Property Value

Type Description
Boolean

true, if the field is shown in the Filter Editor; otherwise, false.

Remarks

Users cannot use the current field in a filter criteria if you set the ShowInPrefilter property to false.

To prohibit the use of fields in the FilteringUI and Filter Editor, set the PivotGridField.AllowFilter property to false.

See Also