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

PivotGridFieldValueMenuInfo.ValueItem Property

This property is obsolete. Use the FieldValueElementData property instead.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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