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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public PivotFieldValueItem RowValue { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.Data.PivotFieldValueItem

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

See Also