PivotGridGroup.GroupFilterValues Property
In This Article
Gets or sets a collection of group filter values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public GroupFilterValuesCollection GroupFilterValues { get; set; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
See Also