Back to Devexpress

CustomExportCellEventArgsBase.ColumnValue Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-f73dfa39.md

latest1.5 KB
Original Source

CustomExportCellEventArgsBase.ColumnValue Property

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

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public PivotFieldValueItem ColumnValue { get; }
vb
Public ReadOnly Property ColumnValue As PivotFieldValueItem

Property Value

TypeDescription
DevExpress.XtraPivotGrid.Data.PivotFieldValueItem

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

|

See Also

RowValue

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace