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

CustomExportCellEventArgsBase.RowValue Property

Gets information about a row field value that corresponds to the current cell.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public PivotFieldValueItem RowValue { get; }

Property Value

Type Description
PivotFieldValueItem

A PivotFieldValueItem object that provides information about a row field value that corresponds to the current cell.

See Also