Skip to main content

PivotGridGroup.GroupFilterValues Property

Gets or sets a collection of group filter values.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public GroupFilterValuesCollection GroupFilterValues { get; set; }

Property Value

Type Description
GroupFilterValuesCollection

A GroupFilterValuesCollection object that is a collection of group filter values.

See Also