CustomExportCellEventArgsBase.ColumnValue Property
Gets information about a column field value that corresponds to the current cell.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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