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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<FieldValueInfo> | A collection of FieldValueInfo objects that contains information about the child fields. |
See Also