PivotDrillDownDataRow.Item[String] Property
Returns the value of the specified field in the current row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | A String value that specifies the data field name. |
Property Value
| Type | Description |
|---|---|
| Object | An object that represents the value of the specified data field in the current row. |
See Also