Back to Devexpress

CustomizePivotCellEventArgs Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-customizepivotcelleventargs-dot-underscore-properties.md

latest2.3 KB
Original Source

CustomizePivotCellEventArgs Properties

Contains data for the PivotGridXlsExportOptions.CustomizeCell, PivotGridCsvExportOptions.CustomizeCell and PivotGridXlsxExportOptions.CustomizeCell events.

NameDescription
CellItemInfoGets additional information about a PivotGrid control’s cell whose value should be customized in the exported document.
ColumnTypeGets a value that identifies the column with the specified cell in the exported document.
ExportAreaGets the PivotGrid field area to which the current cell corresponds.
FormattingGets or sets the object that defines the cell’s format (font, alignment, background color, format string, etc.)
HandledGets or sets a value that indicates whether the PivotGridXlsExportOptions.CustomizeCell/PivotGridXlsxExportOptions.CustomizeCell event is handled.
Hyperlink
RowTypeGets a value that identifies the row with the specified cell in the exported document.
ValueSpecifies the processed cell’s value.
ValueItemInfoGets the information on the field value of the current cell.

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.Xpf.PivotGrid Namespace