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

PivotDrillDownDataRow.Item[PivotGridField] Property

Gets the row’s value for the specified field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public object this[PivotGridField field] { get; set; }

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents the required field.

Property Value

Type Description
Object

An object which represents the row’s value in the specified field.

See Also