GroupFilterValue.ChildValues Property
In This Article
Gets the collection of the filter value’s child values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public GroupFilterValuesCollection ChildValues { get; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
#Remarks
Similar to the field values of grouped fields, the group filter values are hierarchically arranged. Each group filter value owns a collection of child values from the next field in the group. This collection is accessed using the ChildValues property.
See Also