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

PivotGridCustomSummaryEventArgsBase<T>.RowField Property

Gets the row field that corresponds to the current cell.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public T RowField { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the row field.

Remarks

If the current cell resides within a Row Grand Total, the RowField property returns null. Otherwise, this property returns the row field that corresponds to the current cell. The field value for the current cell can be retrieved via the PivotGridCustomSummaryEventArgsBase<T>.RowFieldValue property.

See Also