FieldValueInfo.Parent Property
In This Article
Gets the information about the parent field for the current field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldValueInfo Parent { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
See Also