Gets or sets a collection of group filter values.
Namespace:DevExpress.Xpf.PivotGrid
Assembly:DevExpress.Xpf.PivotGrid.v19.2.dll

Syntax
C# |
public GroupFilterValuesCollection GroupFilterValues { get; set; }
|
VB |
Public Property GroupFilterValues As GroupFilterValuesCollection
|
Property value
Type:
GroupFilterValuesCollection
A GroupFilterValuesCollection object that is a collection of group filter values.

See Also