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

XRPivotGridFieldOptions.ShowInPrefilter Property

Gets or sets whether the field is shown in Prefilter.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public override bool ShowInPrefilter { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowInPrefilter
XRPivotGridField
.Options.ShowInPrefilter

Remarks

Set the ShowInPrefilter property to false, to prevent end-users from using the current field in prefilter criteria.

See Also