Skip to main content

PivotGridOptionsCustomization.AllowPrefilter Property

Gets or sets whether end-users are allowed to invoke the Prefilter.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

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

Property Value

Type Default Description
Boolean true

true to allow end-users to invoke the Prefilter; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowPrefilter
XRPivotGrid
.OptionsCustomization .AllowPrefilter

Remarks

If the AllowPrefilter property is set to true, an end-user can invoke a Prefilter via a context menu:

xtrapivotgrid_prefilter

The Prefilter allows an end-user to apply a filter to the underlying data source. The PivotGridControl will only display and process data that matches the criteria imposed by the Prefilter.

If the AllowPrefilter property is set to false, the “Show Prefilter” menu command is not available.

See Also