Back to Devexpress

GroupFilterValue.ChildValues Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-groupfiltervalue.md

latest1.5 KB
Original Source

GroupFilterValue.ChildValues Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public GroupFilterValuesCollection ChildValues { get; }
vb
Public ReadOnly Property ChildValues As GroupFilterValuesCollection

Property Value

TypeDescription
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

GroupFilterValue Class

GroupFilterValue Members

DevExpress.Xpf.PivotGrid Namespace