Skip to main content
Tag

PivotGridField.ShowInPrefilter Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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