Skip to main content

XRPivotGridFieldOptions.ShowInPrefilter Property

Gets or sets whether the field is shown in Prefilter.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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