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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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