Skip to main content

CustomExportCellEventArgsBase.ColumnValue Property

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

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public PivotFieldValueItem ColumnValue { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.Data.PivotFieldValueItem

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

See Also