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

PivotGridGroup.GroupFilterValues Property

Gets or sets a collection of group filter values.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public GroupFilterValuesCollection GroupFilterValues { get; set; }

Property Value

Type Description
GroupFilterValuesCollection

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

See Also