Skip to main content

PivotDrillDownDataRow.Item[PivotGridFieldBase] Property

Gets the row’s value for the specified field.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase 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