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

PivotGridField.SummaryFilterColumnField Property

Gets or sets the column field that identifies an aggregation level at which to apply the filtering. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotGridField SummaryFilterColumnField { get; set; }

Property Value

Type Description
PivotGridField

A DevExpress.Xpf.PivotGrid.PivotGridField value that specifies a column field.

Remarks

Summary filters can only be applied to cells on the same aggregation level. Set the SummaryFilterMode to SpecificLevel and use the SummaryFilterColumnField and SummaryFilterRowField properties to specify the aggregation level for summary filtering.

If you don’t specify the SummaryFilterColumnField and SummaryFilterRowField properties, summary filtering is applied to cells on the last level (a level identified by the last column and row fields).

See Also