Skip to main content

FieldValueInfo.Parent Property

Gets the information about the parent field for the current field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldValueInfo Parent { get; }

Property Value

Type Description
FieldValueInfo

A FieldValueInfo object that contains information about the parent field.

See Also