Skip to main content
A newer version of this page is available. .

GroupFilterValue.ChildValues Property

Gets the collection of the filter value’s child values.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

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