Skip to main content
A newer version of this page is available. .

PivotSummaryFilter.Apply(PivotSummaryFilter) Method

Applies the summary filter with settings copied from the specified PivotSummaryFilter object.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public void Apply(
    PivotSummaryFilter filter
)

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. To learn more, see Filtering by Summaries Overview and Using Summary Filters.

See Also