Skip to main content

FieldValueInfo.Children Property

Gets a collection of objects that store information about the child fields of the current field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public ReadOnlyCollection<FieldValueInfo> Children { get; }

Property Value

Type Description
ReadOnlyCollection<FieldValueInfo>

A collection of FieldValueInfo objects that contains information about the child fields.

See Also