Skip to main content

PivotSummaryFilter.Apply(PivotSummaryFilter) Method

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

Namespace: DevExpress.XtraPivotGrid

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

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

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. See Filtering by Summaries for more information.

See Also