Skip to main content

PivotDrillDownDataRow.Item[Int32] Property

Returns the value of the specified field in the current row.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object this[int index] { get; set; }

Parameters

Name Type Description
index Int32

A zero-based integer that identifies the data column.

Property Value

Type Description
Object

An object that represents the value of the specified data field in the current row.

See Also