Skip to main content

PivotGridOptionsCustomization.AllowFilter Property

Gets or sets whether filter buttons are displayed within field headers.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public bool AllowFilter { get; set; }

Property Value

Type Default Description
Boolean true

true to display filter buttons within field headers; otherwise, false.

Remarks

The AllowFilter property specifies whether filter buttons are displayed within field headers. If this property is set to false, end-users cannot apply filter conditions to field values. Individual fields have a PivotGridFieldOptions.AllowFilter property that takes priority over the pivot grid’s AllowFilter property.

To specify whether end-users are allowed to apply filtering by summaries, use the PivotGridOptionsCustomization.AllowFilterBySummary property.

See Also