XRPivotGridFieldOptions.ShowInPrefilter Property
Gets or sets whether the field is shown in Prefilter.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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 |
|
Remarks
Set the ShowInPrefilter property to false, to prevent end-users from using the current field in prefilter criteria.
See Also