Skip to main content

PivotGridOptionsCustomization.AllowFilterBySummary Property

Gets or sets whether end-users are allowed to filter pivot grid data by summaries.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

Type Default Description
Boolean true

A DefaultBoolean enumeration member that specifies whether end-users are allowed to filter pivot grid data by summaries.

Remarks

If the AllowFilterBySummary property is set to DefaultBoolean.False, filter buttons are not displayed in the headers of data fields.

The AllowFilterBySummary property is in effect for those fields whose PivotGridFieldOptions.AllowFilterBySummary property is set to DefaultBoolean.Default.

See Filtering by Summaries Overview for more information.

To specify whether end-users are allowed to filter data by column, row and filter fields, use the PivotGridOptionsCustomization.AllowFilter property.

See Also