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

CustomExportCellEventArgsBase.ColumnValue Property

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

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public PivotFieldValueItem ColumnValue { get; }

Property Value

Type Description
PivotFieldValueItem

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

See Also