Back to Devexpress

PivotGridOptionsCustomization.AllowFilterBySummary Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionscustomization-76de743a.md

latest2.8 KB
Original Source

PivotGridOptionsCustomization.AllowFilterBySummary Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

AllowFilterBySummary

Filter by Summaries

AllowFilter

PivotGridOptionsCustomization Class

PivotGridOptionsCustomization Members

DevExpress.XtraPivotGrid Namespace