PivotGridOptionsCustomization.AllowFilterBySummary Property
Gets or sets whether end-users are allowed to filter pivot grid data by summaries.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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.