corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-82bbb094.md
Gets summary filtering settings.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[Browsable(false)]
public PivotSummaryFilter SummaryFilter { get; }
<Browsable(False)>
Public ReadOnly Property SummaryFilter As PivotSummaryFilter
| Type | Description |
|---|---|
| PivotSummaryFilter |
A PivotSummaryFilter object that encapsulates summary filtering settings.
|
PivotGridControl allows you to filter its data by summary values. Use the SummaryFilter property to configure filtering by summary values calculated against the current data field.
Use the returned PivotSummaryFilter object to access summary filtering settings.
Note
You cannot use the CalculationBindingBase descendants to apply summary filter when Pivot Grid operates with Optimized calculation engine.
To enable summary filtering, specify the range of summary values that should be included into the pivot grid. Additionally, provide column and row fields that identify the target data detail level if you wish to apply filtering to Total or Grand Total values.
Use one of the following approaches.
For more information, see Filter by Summaries.
See Also