Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupFilterValue.ChildValues Property

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
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