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

PivotGridCustomSummaryEventArgsBase<T>.RowFieldValue Property

Gets the value of the row field that corresponds to the current cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public object RowFieldValue { get; }

Property Value

Type Description
Object

An object that represents the value of the corresponding row field.

Remarks

This property returns the value of the field specified by the PivotGridCustomSummaryEventArgsBase<T>.RowField property.

See Also