PivotSummaryFilter.Apply(PivotSummaryFilter) Method
Applies the summary filter with settings copied from the specified PivotSummaryFilter object.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
filter | PivotSummaryFilter | A PivotSummaryFilter object that contains summary filter settings that should be applied to the current data field. |
Remarks
As an alternative to calling the Apply method, you can use properties exposed by the PivotSummaryFilter object to configure and apply summary filtering. See Filtering by Summaries for more information.
See Also