Skip to main content

ASPxPivotCustomizationControl.AllowFilter Property

Gets or sets whether filtering can be applied to fields via the ASPxPivotCustomizationControl.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true if filtering can be applied to fields via the ASPxPivotCustomizationControl; otherwise, false.

Remarks

If the AllowFilter property is set to false, the filter button is not displayed within field headers in the ASPxPivotCustomizationControl.

Use the ASPxPivotCustomizationControl.AllowSort property, to specify whether the sort order of field values can be toggled in the ASPxPivotCustomizationControl.

To specify whether to allow end-users to change sorting and filtering in the Header Areas of the ASPxPivotGrid control, use the PivotGridOptionsCustomization.AllowSort and PivotGridOptionsCustomization.AllowFilter properties, respectively.

The following image illustrates how to apply filtering to a field via the ASPxPivotCustomizationControl.

pivotgrid_FilteringInCustomizationForm

See Also