PivotGridOptionsCustomization.AllowFilter Property
Gets or sets whether filter buttons are displayed within field headers.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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.