Back to Devexpress

PivotGridField.SummaryFilterRowField Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-c8d2da36.md

latest2.2 KB
Original Source

PivotGridField.SummaryFilterRowField Property

Gets or sets the row 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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridField SummaryFilterRowField { get; set; }
vb
Public Property SummaryFilterRowField As PivotGridField

Property Value

TypeDescription
PivotGridField

A DevExpress.Xpf.PivotGrid.PivotGridField value that specifies a row 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).

Refer to the Filter by Summaries topic for more information.

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace