Back to Devexpress

PivotGridOptionsCustomization.AllowFilter Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionscustomization-794909cd.md

latest2.5 KB
Original Source

PivotGridOptionsCustomization.AllowFilter Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(true)]
public bool AllowFilter { get; set; }
vb
<DefaultValue(True)>
Public Property AllowFilter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

FilterValues

AllowFilter

AllowFilterBySummary

PivotGridOptionsCustomization Class

PivotGridOptionsCustomization Members

DevExpress.XtraPivotGrid Namespace