Skip to main content

PivotGridFieldValueMenuInfo.ValueItem Property

This property is obsolete. Use the FieldValueElementData property instead.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldValueItem ValueItem { get; }

Property Value

Type Description
DevExpress.Xpf.PivotGrid.Internal.FieldValueItem

A DevExpress.Xpf.PivotGrid.Internal.FieldValueItem object that combines field content and its location in the grid.

See Also