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

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.v18.2.dll

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