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
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