GroupFilterValue.ChildValues Property
Gets the collection of the filter value’s child values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
GroupFilterValuesCollection | A GroupFilterValuesCollection object representing the collection of child values. |
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